| 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 |
| 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. |
| Exporter::exportFieldItem |
function |
core/lib/Drupal/Core/DefaultContent/Exporter.php |
Exports a single field item generically. |
| Extension::fields |
function |
core/modules/system/src/Plugin/migrate/source/Extension.php |
Returns available fields on the source. |
| ExtensionViewsFieldTest |
class |
core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php |
Tests the core Drupal\file\Plugin\views\field\Extension handler. |
| ExtensionViewsFieldTest.php |
file |
core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php |
|
| ExtensionViewsFieldTest::$modules |
property |
core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php |
Modules to install. |
| ExtensionViewsFieldTest::$testViews |
property |
core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php |
Views used by this test. |
| ExtensionViewsFieldTest::setUp |
function |
core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php |
|
| ExtensionViewsFieldTest::testFileExtensionTarOption |
function |
core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php |
Tests file extension views field handler extension_detect_tar option. |
| 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 |
Instantiates a new instance of the implementing class using autowiring. |
| 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. |
| ExtraFieldBlockDeriver.php |
file |
core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php |
|
| ExtraFieldBlockDeriver::$entityFieldManager |
property |
core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php |
The entity field manager. |
| ExtraFieldBlockDeriver::$entityTypeBundleInfo |
property |
core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php |
The entity type bundle info. |
| ExtraFieldBlockDeriver::$entityTypeManager |
property |
core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php |
The entity type manager. |
| ExtraFieldBlockDeriver::$entityTypeRepository |
property |
core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php |
The entity type repository. |
| ExtraFieldBlockDeriver::bundleIdsWithLayoutBuilderDisplays |
function |
core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php |
Gets the list of entity type and bundle tuples with layout builder enabled. |
| ExtraFieldBlockDeriver::create |
function |
core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php |
Creates a new class instance. |
| ExtraFieldBlockDeriver::getDerivativeDefinitions |
function |
core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php |
Gets the definition of all derivatives of a base plugin. |
| ExtraFieldBlockDeriver::__construct |
function |
core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php |
Constructs new FieldBlockDeriver. |
| FallbackFieldTypeCategory |
class |
core/lib/Drupal/Core/Field/FallbackFieldTypeCategory.php |
Fallback plugin class for FieldTypeCategoryManager. |
| FallbackFieldTypeCategory.php |
file |
core/lib/Drupal/Core/Field/FallbackFieldTypeCategory.php |
|
| FallbackFieldTypeCategory::__construct |
function |
core/lib/Drupal/Core/Field/FallbackFieldTypeCategory.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| FetchTest::testQueryFetchField |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Tests ::fetchField(). |
| FetchTest::testQueryFetchFieldEdgeCases |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Tests ::fetchField() for edge values returned. |