| 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::$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. |
| FieldConfigEntityUnitTest::testGetType |
function |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
Tests get type. |
| FieldConfigEntityUnitTest::testOnDependencyRemoval |
function |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
Tests on dependency removal. |
| FieldConfigEntityUnitTest::testToArray |
function |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
Tests to array. |
| FieldConfigListBuilder::$entityFieldManager |
property |
core/modules/field_ui/src/FieldConfigListBuilder.php |
The entity field manager. |
| FieldConfigListBuilder::$entityTypeManager |
property |
core/modules/field_ui/src/FieldConfigListBuilder.php |
The entity type manager. |
| FieldConfigListBuilder::$targetEntityTypeId |
property |
core/modules/field_ui/src/FieldConfigListBuilder.php |
The name of the entity type the listed fields are attached to. |
| FieldConfigResourceTestBase::$entity |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php |
|
| FieldConfigResourceTestBase::$entityTypeId |
property |
core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php |
The tested entity type. |
| FieldConfigResourceTestBase::createEntity |
function |
core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php |
Creates the entity to be tested. |
| FieldConfigResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php |
Returns the expected normalization of the entity. |
| FieldConfigResourceTestBase::getNormalizedPostEntity |
function |
core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php |
Returns the normalized POST entity. |
| FieldConfigStorage::$entityTypeManager |
property |
core/modules/field/src/FieldConfigStorage.php |
The entity type manager. |
| FieldConfigTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
|
| FieldConfigTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
The tested entity type. |
| FieldConfigTest::createAnotherEntity |
function |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
Creates another entity to be tested. |
| FieldConfigTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
Creates the entity to be tested. |
| FieldConfigTest::entityAccess |
function |
core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php |
Checks access for the given operation on the given entity. |
| FieldConfigValidationTest::testEntityReferenceSelectionHandlerIsValidated |
function |
core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php |
Tests that entity reference selection handler plugin IDs are validated. |
| FieldDataCountTest::testEntityCountAndHasData |
function |
core/modules/field/tests/src/Kernel/FieldDataCountTest.php |
Tests entityCount() and hadData() methods. |
| FieldDefinition::getTargetEntityTypeId |
function |
core/lib/Drupal/Core/Field/FieldDefinition.php |
Returns the ID of the entity type the field is attached to. |
| FieldDefinitionInterface::getTargetEntityTypeId |
function |
core/lib/Drupal/Core/Field/FieldDefinitionInterface.php |
Returns the ID of the entity type the field is attached to. |
| FieldDefinitionListener::$entityFieldManager |
property |
core/lib/Drupal/Core/Field/FieldDefinitionListener.php |
The entity field manager. |
| FieldDefinitionListener::$entityTypeManager |
property |
core/lib/Drupal/Core/Field/FieldDefinitionListener.php |
The entity type manager. |
| FieldDefinitionListenerTest::$entityFieldManager |
property |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
The entity field manager. |
| FieldDefinitionListenerTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
The entity type manager. |
| FieldDefinitionListenerTest::setUpEntityTypeManager |
function |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
Sets up the entity type manager to be tested. |