| FieldRenderedEntityTest::testRenderedEntityWithoutAndWithField |
function |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Tests the default rendered entity output. |
| FieldRenderedEntityTranslationTest |
class |
core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php |
Tests the rendering of the 'rendered_entity' field and translations. |
| FieldRenderedEntityTranslationTest.php |
file |
core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php |
|
| FieldRenderedEntityTranslationTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php |
The theme to install as the default for testing. |
| FieldRenderedEntityTranslationTest::$entityTypeManager |
property |
core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php |
The entity type manager service. |
| FieldRenderedEntityTranslationTest::$modules |
property |
core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php |
Modules to install. |
| FieldRenderedEntityTranslationTest::$testViews |
property |
core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php |
|
| FieldRenderedEntityTranslationTest::assertRows |
function |
core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php |
Ensures that the rendered results are working as expected. |
| FieldRenderedEntityTranslationTest::setUp |
function |
core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php |
Sets up the test. |
| FieldRenderedEntityTranslationTest::testTranslationRows |
function |
core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php |
Tests that different translation mechanisms can be used for base fields. |
| FieldResolver::$entityTypeBundleInfo |
property |
core/modules/jsonapi/src/Context/FieldResolver.php |
The entity type bundle information service. |
| FieldResolver::$entityTypeManager |
property |
core/modules/jsonapi/src/Context/FieldResolver.php |
The entity type manager. |
| FieldResolver::resolveInternalEntityQueryPath |
function |
core/modules/jsonapi/src/Context/FieldResolver.php |
Resolves external field expressions into entity query compatible paths. |
| FieldResolverTest::resolveInternalEntityQueryPathErrorProvider |
function |
core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php |
Provides test cases for ::testResolveInternalEntityQueryPathError. |
| FieldResolverTest::resolveInternalEntityQueryPathProvider |
function |
core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php |
Provides test cases for ::testResolveInternalEntityQueryPath. |
| FieldResolverTest::testResolveInternalEntityQueryPath |
function |
core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php |
Tests resolve internal entity query path. |
| FieldResolverTest::testResolveInternalEntityQueryPathError |
function |
core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php |
Expects an error when an invalid field is provided for filter and sort. |
| FieldStorageAddController::$entityTypeId |
property |
core/modules/field_ui/src/Controller/FieldStorageAddController.php |
The name of the entity type. |
| FieldStorageAddForm::$entityTypeId |
property |
core/modules/field_ui/src/Form/FieldStorageAddForm.php |
The name of the entity type. |
| FieldStorageConfig::$entity_type |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
The name of the entity type the field can be attached to. |
| FieldStorageConfig::getTargetEntityTypeId |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns the ID of the entity type the field is attached to. |
| FieldStorageConfigAccessControlHandlerTest::$entity |
property |
core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php |
The FieldStorageConfig entity used for testing. |
| FieldStorageConfigEditForm::$entity |
property |
core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php |
The entity being used by this form. |
| FieldStorageConfigEditForm::buildEntity |
function |
core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php |
Builds an updated entity object based upon the submitted form values. |
| FieldStorageConfigEditForm::getEntityFromRouteMatch |
function |
core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php |
Determines which entity will be used by this form from a RouteMatch object. |
| FieldStorageConfigEntityUnitTest |
class |
core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php |
Tests 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 |
Tests calculate dependencies. |
| 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. |
| FieldStorageConfigListBuilder::$entityTypeManager |
property |
core/modules/field_ui/src/FieldStorageConfigListBuilder.php |
The entity type manager. |
| FieldStorageConfigResourceTestBase::$entity |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php |
|
| FieldStorageConfigResourceTestBase::$entityTypeId |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php |
The tested entity type. |
| FieldStorageConfigResourceTestBase::createEntity |
function |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php |
Creates the entity to be tested. |
| FieldStorageConfigResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php |
Returns the expected normalization of the entity. |
| FieldStorageConfigResourceTestBase::getNormalizedPostEntity |
function |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php |
Returns the normalized POST entity. |
| FieldStorageConfigStorage::$entityTypeManager |
property |
core/modules/field/src/FieldStorageConfigStorage.php |
The entity type manager. |
| FieldStorageConfigTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php |
|
| FieldStorageConfigTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php |
The tested entity type. |
| FieldStorageConfigTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php |
Creates the entity to be tested. |
| FieldStorageCreationTrait::configureEntityFormDisplay |
function |
core/modules/field_ui/src/Form/FieldStorageCreationTrait.php |
Configures the field for the default form mode. |
| FieldStorageCreationTrait::configureEntityViewDisplay |
function |
core/modules/field_ui/src/Form/FieldStorageCreationTrait.php |
Configures the field for the default view mode. |
| FieldStorageCrudTest::testUpdateEntityTargetType |
function |
core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php |
Tests changing a field storage entity type. |