| FieldEntitySettingsTest::testFieldEntitiesCarryDefaultSettings |
function |
core/modules/field/tests/src/Kernel/Entity/FieldEntitySettingsTest.php |
Tests field entities carry default settings. |
| FieldEntityTest |
class |
core/modules/views/tests/src/Kernel/Entity/FieldEntityTest.php |
Tests the field plugin base integration with the entity system. |
| FieldEntityTest.php |
file |
core/modules/views/tests/src/Kernel/Entity/FieldEntityTest.php |
|
| FieldEntityTest::$modules |
property |
core/modules/views/tests/src/Kernel/Entity/FieldEntityTest.php |
Modules to install. |
| FieldEntityTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Entity/FieldEntityTest.php |
Views used by this test. |
| FieldEntityTest::setUp |
function |
core/modules/views/tests/src/Kernel/Entity/FieldEntityTest.php |
|
| FieldEntityTest::testGetEntity |
function |
core/modules/views/tests/src/Kernel/Entity/FieldEntityTest.php |
Tests the getEntity method. |
| FieldEntityTest::testGetEntityNullEntityOptionalRelationship |
function |
core/modules/views/tests/src/Kernel/Entity/FieldEntityTest.php |
Tests the getEntity method returning NULL for an optional relationship. |
| FieldEntityTranslationTest |
class |
core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php |
Tests the rendering of fields (base fields) and their translations. |
| FieldEntityTranslationTest.php |
file |
core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php |
|
| FieldEntityTranslationTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php |
The theme to install as the default for testing. |
| FieldEntityTranslationTest::$modules |
property |
core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php |
Modules to install. |
| FieldEntityTranslationTest::$testViews |
property |
core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php |
|
| FieldEntityTranslationTest::assertRows |
function |
core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php |
Ensures that the rendered results are working as expected. |
| FieldEntityTranslationTest::setUp |
function |
core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php |
Sets up the test. |
| FieldEntityTranslationTest::testTranslationRows |
function |
core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php |
Tests that different translation mechanisms can be used for base fields. |
| 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 |
The entity ID. |
| 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. |