EntityViewsDataTest::assertLongTextField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a long text field. |
EntityViewsDataTest::assertNumericField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a numeric field. |
EntityViewsDataTest::assertStringField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a string field. |
EntityViewsDataTest::assertUriField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a URI field. |
EntityViewsDataTest::assertUuidField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a UUID field. |
EntityViewsDataTest::assertViewsDataField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests generic stuff per field. |
EntityViewsDataTest::testBaseTableFields |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests fields on the base table. |
EntityViewsDataTest::testDataTableFields |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests fields on the data table. |
EntityViewsDataTest::testRevisionTableFields |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests fields on the revision table. |
EntityViewsWithMultivalueBasefieldTest |
class |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php |
Tests entity views with multivalue base fields. |
EntityViewsWithMultivalueBasefieldTest.php |
file |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php |
|
EntityViewsWithMultivalueBasefieldTest::$modules |
property |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php |
Modules to install. |
EntityViewsWithMultivalueBasefieldTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php |
Views to be enabled. |
EntityViewsWithMultivalueBasefieldTest::setUp |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php |
|
EntityViewsWithMultivalueBasefieldTest::testView |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php |
Tests entity views with multivalue base fields. |
entity_field.deleted_fields_repository |
service |
core/core.services.yml |
Drupal\Core\Field\DeletedFieldsRepository |
entity_field.manager |
service |
core/core.services.yml |
Drupal\Core\Entity\EntityFieldManager |
entity_test_entity_base_field_info |
function |
core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_entity_base_field_info(). |
entity_test_entity_base_field_info_alter |
function |
core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_entity_base_field_info_alter(). |
entity_test_entity_extra_field_info |
function |
core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_entity_extra_field_info(). |
entity_test_entity_field_access |
function |
core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_entity_field_access(). |
entity_test_entity_field_access_alter |
function |
core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_entity_field_access_alter(). |
entity_test_field_default_value |
function |
core/modules/system/tests/modules/entity_test/entity_test.module |
Field default value callback. |
ExcludedFieldTokenTest |
class |
core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php |
Tests the display of an excluded field that is used as a token. |
ExcludedFieldTokenTest.php |
file |
core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php |
|
ExcludedFieldTokenTest::$defaultTheme |
property |
core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php |
The theme to install as the default for testing. |
ExcludedFieldTokenTest::$modules |
property |
core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php |
The modules that need to be installed for this test. |
ExcludedFieldTokenTest::$testViews |
property |
core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php |
The views that are used by this test. |
ExcludedFieldTokenTest::$view |
property |
core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php |
|
ExcludedFieldTokenTest::setUp |
function |
core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php |
Sets up the test. |
ExcludedFieldTokenTest::testExcludedTitleTokenDisplay |
function |
core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php |
Tests the display of an excluded title field when used as a token. |
Extension::fields |
function |
core/modules/system/src/Plugin/migrate/source/Extension.php |
Returns available fields on the source. |
ExtraFieldBlock |
class |
core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php |
Provides a block that renders an extra field from an entity. |
ExtraFieldBlock.php |
file |
core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php |
|
ExtraFieldBlock::$entityFieldManager |
property |
core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php |
The entity field manager. |
ExtraFieldBlock::$entityTypeManager |
property |
core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php |
The entity type manager. |
ExtraFieldBlock::$fieldName |
property |
core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php |
The field name. |
ExtraFieldBlock::blockAccess |
function |
core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php |
Indicates whether the block should be shown. |
ExtraFieldBlock::build |
function |
core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php |
Builds and returns the renderable array for this block plugin. |
ExtraFieldBlock::create |
function |
core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php |
Creates an instance of the plugin. |
ExtraFieldBlock::defaultConfiguration |
function |
core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php |
|
ExtraFieldBlock::getEntity |
function |
core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php |
Gets the entity that has the field. |
ExtraFieldBlock::getPreviewFallbackString |
function |
core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php |
|
ExtraFieldBlock::replaceFieldPlaceholder |
function |
core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php |
Replaces all placeholders for a given field. |
ExtraFieldBlock::__construct |
function |
core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php |
Constructs a new ExtraFieldBlock. |
ExtraFieldBlockCacheTagInvalidator |
class |
core/modules/layout_builder/src/Cache/ExtraFieldBlockCacheTagInvalidator.php |
Provides a cache tag invalidator that clears the block cache. |
ExtraFieldBlockCacheTagInvalidator.php |
file |
core/modules/layout_builder/src/Cache/ExtraFieldBlockCacheTagInvalidator.php |
|
ExtraFieldBlockCacheTagInvalidator::invalidateTags |
function |
core/modules/layout_builder/src/Cache/ExtraFieldBlockCacheTagInvalidator.php |
Marks cache items with any of the specified tags as invalid. |
ExtraFieldBlockCacheTagInvalidator::__construct |
function |
core/modules/layout_builder/src/Cache/ExtraFieldBlockCacheTagInvalidator.php |
Constructs a new ExtraFieldBlockCacheTagInvalidator. |
ExtraFieldBlockDeriver |
class |
core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php |
Provides entity field block definitions for every field. |