Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 8.9.x for conf
  4. Search 11.x for conf
  5. Other projects
Title Object type File name Summary
FieldStorageConfig::__construct function core/modules/field/src/Entity/FieldStorageConfig.php Constructs a FieldStorageConfig object.
FieldStorageConfig::__sleep function core/modules/field/src/Entity/FieldStorageConfig.php Implements the magic __sleep() method.
FieldStorageConfigAccessControlHandler class core/modules/field/src/FieldStorageConfigAccessControlHandler.php Defines the access control handler for the field storage config entity type.
FieldStorageConfigAccessControlHandler.php file core/modules/field/src/FieldStorageConfigAccessControlHandler.php
FieldStorageConfigAccessControlHandler::checkAccess function core/modules/field/src/FieldStorageConfigAccessControlHandler.php Performs access checks.
FieldStorageConfigAccessControlHandlerTest class core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php Tests the field storage config access controller.
FieldStorageConfigAccessControlHandlerTest.php file core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php
FieldStorageConfigAccessControlHandlerTest::$accessControlHandler property core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php The field storage config access controller to test.
FieldStorageConfigAccessControlHandlerTest::$anon property core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php The mock account without field storage config access.
FieldStorageConfigAccessControlHandlerTest::$entity property core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php The FieldStorageConfig entity used for testing.
FieldStorageConfigAccessControlHandlerTest::$member property core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php The mock account with field storage config access.
FieldStorageConfigAccessControlHandlerTest::$moduleHandler property core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php The mock module handler.
FieldStorageConfigAccessControlHandlerTest::assertAllowOperations function core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php Assert method to verify the access by operations.
FieldStorageConfigAccessControlHandlerTest::setUp function core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php
FieldStorageConfigAccessControlHandlerTest::testAccess function core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php Ensures field storage config access is working properly.
FieldStorageConfigEditForm class core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Provides a form for the "field storage" edit page.
FieldStorageConfigEditForm.php file core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php
FieldStorageConfigEditForm::$entity property core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php The entity being used by this form.
FieldStorageConfigEditForm::actions function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Returns an array of supported actions for the current entity form.
FieldStorageConfigEditForm::buildEntity function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Builds an updated entity object based upon the submitted form values.
FieldStorageConfigEditForm::buildForm function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php
FieldStorageConfigEditForm::create function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Instantiates a new instance of this class.
FieldStorageConfigEditForm::form function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Gets the actual form array to be built.
FieldStorageConfigEditForm::getCardinalityForm function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Builds the cardinality form.
FieldStorageConfigEditForm::getEnforcedCardinality function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Returns the cardinality enforced by the field type.
FieldStorageConfigEditForm::getEntityFromRouteMatch function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Determines which entity will be used by this form from a RouteMatch object.
FieldStorageConfigEditForm::save function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Form submission handler for the 'save' action.
FieldStorageConfigEditForm::validateCardinality function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Validates the cardinality.
FieldStorageConfigEditForm::__construct function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php FieldStorageConfigEditForm constructor.
FieldStorageConfigEntityUnitTest class core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php @coversDefaultClass \Drupal\field\Entity\FieldStorageConfig
FieldStorageConfigEntityUnitTest.php file core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php
FieldStorageConfigEntityUnitTest::$entityTypeId property core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php The ID of the type of the entity under test.
FieldStorageConfigEntityUnitTest::$entityTypeManager property core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php The entity type manager used for testing.
FieldStorageConfigEntityUnitTest::$fieldTypeManager property core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php The field type manager.
FieldStorageConfigEntityUnitTest::$uuid property core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php The UUID generator used for testing.
FieldStorageConfigEntityUnitTest::providerInvalidEnforcedCardinality function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Data provider for ::testInvalidEnforcedCardinality()
FieldStorageConfigEntityUnitTest::setUp function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php
FieldStorageConfigEntityUnitTest::testCalculateDependencies function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php @covers ::calculateDependencies
FieldStorageConfigEntityUnitTest::testEnforcedCardinality function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Tests enforced cardinality.
FieldStorageConfigEntityUnitTest::testInvalidEnforcedCardinality function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Tests invalid enforced cardinality.
FieldStorageConfigEntityUnitTest::testStoredCardinality function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Tests stored cardinality.
FieldStorageConfigInterface interface core/modules/field/src/FieldStorageConfigInterface.php Provides an interface defining a field storage entity.
FieldStorageConfigInterface.php file core/modules/field/src/FieldStorageConfigInterface.php
FieldStorageConfigInterface::getBundles function core/modules/field/src/FieldStorageConfigInterface.php Returns the list of bundles where the field storage has fields.
FieldStorageConfigInterface::getIndexes function core/modules/field/src/FieldStorageConfigInterface.php Returns the custom storage indexes for the field data storage.
FieldStorageConfigInterface::getType function core/modules/field/src/FieldStorageConfigInterface.php Returns the field type.
FieldStorageConfigInterface::getTypeProvider function core/modules/field/src/FieldStorageConfigInterface.php Returns the name of the module providing the field type.
FieldStorageConfigInterface::isDeletable function core/modules/field/src/FieldStorageConfigInterface.php Checks if the field storage can be deleted.
FieldStorageConfigInterface::isLocked function core/modules/field/src/FieldStorageConfigInterface.php Returns whether the field storage is locked or not.
FieldStorageConfigInterface::setCardinality function core/modules/field/src/FieldStorageConfigInterface.php Sets the maximum number of items allowed for the field.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.