Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
field.storage.node.layout_builder__layout.yml file core/profiles/demo_umami/config/install/field.storage.node.layout_builder__layout.yml core/profiles/demo_umami/config/install/field.storage.node.layout_builder__layout.yml
field.storage.node.taxonomy_forums.yml file core/modules/forum/config/optional/field.storage.node.taxonomy_forums.yml core/modules/forum/config/optional/field.storage.node.taxonomy_forums.yml
field.storage.taxonomy_term.forum_container.yml file core/modules/forum/config/optional/field.storage.taxonomy_term.forum_container.yml core/modules/forum/config/optional/field.storage.taxonomy_term.forum_container.yml
field.storage.user.user_picture.yml file core/profiles/standard/config/install/field.storage.user.user_picture.yml core/profiles/standard/config/install/field.storage.user.user_picture.yml
field.storage.user.user_picture.yml file core/profiles/demo_umami/config/install/field.storage.user.user_picture.yml core/profiles/demo_umami/config/install/field.storage.user.user_picture.yml
field.uninstall_validator service core/modules/field/field.services.yml Drupal\field\FieldUninstallValidator
FieldableEntityDefinitionUpdateTest::$installedStorageSchema property core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php The key-value collection for tracking installed storage schema.
FieldableEntityDefinitionUpdateTest::$lastInstalledSchemaRepository property core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php The last installed schema repository service.
FieldableEntityInterface::toArray function core/lib/Drupal/Core/Entity/FieldableEntityInterface.php Gets an array of all field values.
FieldableEntityNormalizerTrait::$entityTypeRepository property core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php The entity type repository.
FieldableEntityNormalizerTrait::getEntityTypeRepository function core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php Returns the entity type repository.
FieldableEntityStorageInterface interface core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php A storage that supports entity types with field definitions.
FieldableEntityStorageInterface.php file core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php
FieldableEntityStorageInterface::countFieldData function core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php Determines the number of entities with values for a given field.
FieldableEntityStorageInterface::finalizePurge function core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php Performs final cleanup after all data of a field has been purged.
FieldableEntityStorageInterface::purgeFieldData function core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php Purges a batch of field data.
FieldAPIHandlerTrait::$fieldStorageDefinition property core/modules/views/src/FieldAPIHandlerTrait.php The field storage definition.
FieldAPIHandlerTrait::getFieldStorageDefinition function core/modules/views/src/FieldAPIHandlerTrait.php Gets the field storage configuration.
FieldAttachStorageTest class core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests storage-related Field Attach API functions.
FieldAttachStorageTest.php file core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php
FieldAttachStorageTest::setUp function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Set the default field storage backend for fields created during tests.
FieldAttachStorageTest::testEntityCreateBundle function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Test entity_bundle_create().
FieldAttachStorageTest::testEntityDeleteBundle function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Test entity_bundle_delete().
FieldAttachStorageTest::testFieldAttachDelete function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Test entity deletion.
FieldAttachStorageTest::testFieldAttachLoadMultiple function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Test the 'multiple' load feature.
FieldAttachStorageTest::testFieldAttachSaveEmptyData function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests insert and update with empty or NULL fields.
FieldAttachStorageTest::testFieldAttachSaveEmptyDataDefaultValue function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Test insert with empty or NULL fields, with default value.
FieldAttachStorageTest::testFieldAttachSaveLoad function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Check field values insert, update and load.
FieldBlockDeriver::$entityTypeRepository property core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php The entity type repository.
FieldConfig::$fieldStorage property core/modules/field/src/Entity/FieldConfig.php The associated FieldStorageConfig entity.
FieldConfig::getFieldStorageDefinition function core/modules/field/src/Entity/FieldConfig.php Returns the field storage definition.
FieldConfigBase::$fieldStorage property core/lib/Drupal/Core/Field/FieldConfigBase.php The field storage object.
FieldConfigDeleteForm::getConfigNamesToDelete function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php Returns config names to delete for the deletion confirmation form.
FieldConfigEntityUnitTest::$fieldStorage property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The mock field storage.
FieldConfigEntityUnitTest::testOnDependencyRemoval function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php @covers ::onDependencyRemoval
FieldConfigEntityUnitTest::testToArray function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php @covers ::toArray
FieldConfigListBuilder::getDefaultOperations function core/modules/field_ui/src/FieldConfigListBuilder.php Gets this list's default operations.
FieldConfigStorage class core/modules/field/src/FieldConfigStorage.php Storage handler for field config.
FieldConfigStorage.php file core/modules/field/src/FieldConfigStorage.php
FieldConfigStorage::$deletedFieldsRepository property core/modules/field/src/FieldConfigStorage.php The deleted fields repository.
FieldConfigStorage::$deprecatedProperties property core/modules/field/src/FieldConfigStorage.php
FieldConfigStorage::$entityTypeManager property core/modules/field/src/FieldConfigStorage.php The entity type manager.
FieldConfigStorage::$fieldTypeManager property core/modules/field/src/FieldConfigStorage.php The field type plugin manager.
FieldConfigStorage::createInstance function core/modules/field/src/FieldConfigStorage.php Instantiates a new instance of this entity handler.
FieldConfigStorage::importDelete function core/modules/field/src/FieldConfigStorage.php Delete entities upon synchronizing configuration changes.
FieldConfigStorage::loadByProperties function core/modules/field/src/FieldConfigStorage.php Load entities by their property values.
FieldConfigStorage::__construct function core/modules/field/src/FieldConfigStorage.php Constructs a FieldConfigStorage object.
FieldConfigStorageBase class core/lib/Drupal/Core/Field/FieldConfigStorageBase.php Base storage class for field config entities.
FieldConfigStorageBase.php file core/lib/Drupal/Core/Field/FieldConfigStorageBase.php
FieldConfigStorageBase::$fieldTypeManager property core/lib/Drupal/Core/Field/FieldConfigStorageBase.php The field type plugin manager.

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