| FieldEntityTranslationTest::testTranslationRows |
function |
core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php |
Tests that different translation mechanisms can be used for base fields. |
| FieldFieldTest::$entityRevision |
property |
core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php |
The stored revisionable test entities. |
| FieldHandlerInterface::getEntity |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Gets the entity matching the current row and relationship. |
| FieldHooks::entityBundleDelete |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_entity_bundle_delete(). |
| FieldHooks::entityBundleFieldInfo |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_entity_bundle_field_info(). |
| FieldHooks::entityFieldStorageInfo |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_entity_field_storage_info(). |
| FieldItemBase::getEntity |
function |
core/lib/Drupal/Core/Field/FieldItemBase.php |
Gets the entity that field belongs to. |
| FieldItemInterface::getEntity |
function |
core/lib/Drupal/Core/Field/FieldItemInterface.php |
Gets the entity that field belongs to. |
| FieldItemList::getEntity |
function |
core/lib/Drupal/Core/Field/FieldItemList.php |
Gets the entity that field belongs to. |
| FieldItemListInterface::getEntity |
function |
core/lib/Drupal/Core/Field/FieldItemListInterface.php |
Gets the entity that field belongs to. |
| FieldItemNormalizer::$entityTypeManager |
property |
core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php |
The entity type manager. |
| FieldItemSerializationTest::$entity |
property |
core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php |
The test entity. |
| FieldItemSerializationTest::$entityClass |
property |
core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php |
The class name of the test class. |
| FieldKernelTestBase::$entityId |
property |
core/modules/field/tests/src/Kernel/FieldKernelTestBase.php |
|
| FieldKernelTestBase::entitySaveReload |
function |
core/modules/field/tests/src/Kernel/FieldKernelTestBase.php |
Saves and reloads an entity. |
| FieldKernelTestBase::entityValidateAndSave |
function |
core/modules/field/tests/src/Kernel/FieldKernelTestBase.php |
Validate and save entity. Fail if violations are found. |
| FieldPluginBase::getEntity |
function |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Gets the entity matching the current row and relationship. |
| FieldRenderedEntityTest |
class |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Tests the core Drupal\views\Plugin\views\field\RenderedEntity handler. |
| FieldRenderedEntityTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
|
| FieldRenderedEntityTest::$modules |
property |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Modules to install. |
| FieldRenderedEntityTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Views used by this test. |
| FieldRenderedEntityTest::$user |
property |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
The logged in user. |
| FieldRenderedEntityTest::assertCacheabilityMetadata |
function |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Ensures that the expected cacheability metadata is applied. |
| FieldRenderedEntityTest::assertConfigDependencies |
function |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Ensures that the config dependencies are calculated the right way. |
| FieldRenderedEntityTest::setUpFixtures |
function |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Sets up the configuration and schema of views and views_test_data modules. |
| 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. |