| FieldableEntityNormalizerTrait::getEntityFieldManager |
function |
core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php |
Returns the entity field manager. |
| FieldableEntityNormalizerTrait::getEntityTypeDefinition |
function |
core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php |
Gets the entity type definition. |
| FieldableEntityNormalizerTrait::getEntityTypeManager |
function |
core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php |
Returns the entity type manager. |
| 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. |
| FieldApiDataTest::testEntityFieldFilter |
function |
core/modules/views/tests/src/Kernel/FieldApiDataTest.php |
Tests filtering entries with different translatability. |
| FieldAPIHandlerTrait::$entityFieldManager |
property |
core/modules/views/src/FieldAPIHandlerTrait.php |
The entity field manager. |
| FieldAPIHandlerTrait::getEntityFieldManager |
function |
core/modules/views/src/FieldAPIHandlerTrait.php |
Returns the entity field manager. |
| FieldAttachOtherTest::testEntityCache |
function |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Tests entity cache. |
| FieldAttachOtherTest::testEntityDisplayBuild |
function |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Tests rendering fields with EntityDisplay build(). |
| FieldAttachOtherTest::testEntityDisplayViewMultiple |
function |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Tests rendering fields with EntityDisplay::buildMultiple(). |
| FieldAttachOtherTest::testEntityFormDisplayBuildForm |
function |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::buildForm(). |
| FieldAttachOtherTest::testEntityFormDisplayExtractFormValues |
function |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::extractFormValues(). |
| FieldAttachStorageTest::testEntityCreateBundle |
function |
core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php |
Tests entity_bundle_create(). |
| FieldAttachStorageTest::testEntityDeleteBundle |
function |
core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php |
Tests entity_bundle_delete(). |
| FieldBlock::$entityFieldManager |
property |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
The entity field manager. |
| FieldBlock::$entityTypeId |
property |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
The entity type ID. |
| FieldBlock::entityFieldHasDefaultValue |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
Checks whether there is a default value set on the field. |
| FieldBlock::getEntity |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
Gets the entity that has the field. |
| FieldBlockDeriver::$entityFieldManager |
property |
core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php |
The entity field manager. |
| FieldBlockDeriver::$entityTypeRepository |
property |
core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php |
The entity type repository. |
| FieldBlockTest::$entityFieldManager |
property |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
The entity field manager. |
| FieldBlockTest::providerTestBlockAccessEntityAllowedFieldHasValue |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Provides test data for ::testBlockAccessEntityAllowedFieldHasValue(). |
| FieldBlockTest::testBlockAccessEntityAllowedFieldHasValue |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests populated vs empty build. |
| FieldBlockTest::testBlockAccessEntityAllowedFieldNotAllowed |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests field access. |
| FieldBlockTest::testBlockAccessEntityAllowedNoField |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests fieldable entity without a particular field. |
| FieldBlockTest::testBlockAccessEntityAllowedNotFieldable |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests unfieldable entity. |
| FieldBlockTest::testBlockAccessEntityNotAllowed |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests entity access. |
| FieldConfigBase::$entity_type |
property |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
The name of the entity type the field is attached to. |
| FieldConfigBase::getTargetEntityTypeId |
function |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
Returns the ID of the entity type the field is attached to. |
| FieldConfigEditForm::$entity |
property |
core/modules/field_ui/src/Form/FieldConfigEditForm.php |
The entity being used by this form. |
| FieldConfigEditForm::$entityTypeId |
property |
core/modules/field_ui/src/Form/FieldConfigEditForm.php |
The name of the entity type. |
| FieldConfigEditForm::copyFormValuesToEntity |
function |
core/modules/field_ui/src/Form/FieldConfigEditForm.php |
Copies top-level form values to entity properties. |
| FieldConfigEditForm::handleEntityStorageException |
function |
core/modules/field_ui/src/Form/FieldConfigEditForm.php |
Handles entity storage exceptions and redirects the form. |
| FieldConfigEntityUnitTest |
class |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
Tests Drupal\field\Entity\FieldConfig. |
| FieldConfigEntityUnitTest.php |
file |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
|
| FieldConfigEntityUnitTest::$entityFieldManager |
property |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
The entity field manager used for testing. |
| FieldConfigEntityUnitTest::$entityType |
property |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
The entity type used for testing. |
| FieldConfigEntityUnitTest::$entityTypeId |
property |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
The ID of the type of the entity under test. |
| FieldConfigEntityUnitTest::$entityTypeManager |
property |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
The entity type manager used for testing. |
| FieldConfigEntityUnitTest::$fieldStorage |
property |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
The mock field storage. |
| FieldConfigEntityUnitTest::$fieldTypePluginManager |
property |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
The mock field type plugin manager. |
| FieldConfigEntityUnitTest::$uuid |
property |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
The UUID generator used for testing. |
| FieldConfigEntityUnitTest::setUp |
function |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
|
| FieldConfigEntityUnitTest::testCalculateDependencies |
function |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
Tests calculate dependencies. |
| FieldConfigEntityUnitTest::testCalculateDependenciesIncorrectBundle |
function |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
Tests that invalid bundles are handled. |