EntityLabel::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
EntityTypeManager class. |
EntityLabel::$loadedReferencers |
property |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
Array of entities that reference to file. |
EntityLabel::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
Default option form that provides label widget that all fields should have. |
EntityLabel::create |
function |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
Creates an instance of the plugin. |
EntityLabel::defineOptions |
function |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
Information about options for all kinds of purposes will be held here. |
EntityLabel::init |
function |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
Initialize the plugin. |
EntityLabel::preRender |
function |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
Runs before any fields are rendered. |
EntityLabel::render |
function |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
Renders the field. |
EntityLabel::__construct |
function |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
Constructs an EntityLabel object. |
EntityLabelTest |
class |
core/modules/system/tests/src/Kernel/Entity/EntityLabelTest.php |
Tests that entity type labels use sentence-case. |
EntityLabelTest.php |
file |
core/modules/system/tests/src/Kernel/Entity/EntityLabelTest.php |
|
EntityLabelTest::testEntityLabelCasing |
function |
core/modules/system/tests/src/Kernel/Entity/EntityLabelTest.php |
Tests that entity type labels use sentence-case. |
EntityLanguageTestBase |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
Base class for language-aware entity tests. |
EntityLanguageTestBase.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
|
EntityLanguageTestBase::$fieldName |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
The test field name. |
EntityLanguageTestBase::$langcodes |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
The available language codes. |
EntityLanguageTestBase::$languageManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
The language manager service. |
EntityLanguageTestBase::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
Modules to install. |
EntityLanguageTestBase::$untranslatableFieldName |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
The untranslatable test field name. |
EntityLanguageTestBase::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
|
EntityLanguageTestBase::toggleFieldTranslatability |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
Toggles field storage translatability. |
EntityLastInstalledSchemaRepository |
class |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
Provides a repository for installed entity definitions. |
EntityLastInstalledSchemaRepository.php |
file |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
EntityLastInstalledSchemaRepository::$cacheBackend |
property |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
The cache backend. |
EntityLastInstalledSchemaRepository::$entityTypeDefinitions |
property |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
The loaded installed entity type definitions. |
EntityLastInstalledSchemaRepository::$keyValueFactory |
property |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
The key-value factory. |
EntityLastInstalledSchemaRepository::deleteLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
Deletes the entity type definition from the application state. |
EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
Deletes the field storage definition from the application state. |
EntityLastInstalledSchemaRepository::getLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
Gets the entity type definition in its most recently installed state. |
EntityLastInstalledSchemaRepository::getLastInstalledDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
Gets the entity type definitions in their most recently installed state. |
EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
Gets the entity type's most recently installed field storage definitions. |
EntityLastInstalledSchemaRepository::setLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
Stores the entity type definition in the application state. |
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
Stores the field storage definition in the application state. |
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
Puts the entity type's field storage definitions in the application state. |
EntityLastInstalledSchemaRepository::__construct |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
Constructs a new EntityLastInstalledSchemaRepository. |
EntityLastInstalledSchemaRepositoryInterface |
interface |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Provides an interface for an installed entity definition repository. |
EntityLastInstalledSchemaRepositoryInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
|
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Deletes the entity type definition from the application state. |
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Deletes the field storage definition from the application state. |
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Gets the entity type definition in its most recently installed state. |
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Gets the entity type definitions in their most recently installed state. |
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Gets the entity type's most recently installed field storage definitions. |
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Stores the entity type definition in the application state. |
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Stores the field storage definition in the application state. |
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Puts the entity type's field storage definitions in the application state. |
EntityLink |
class |
core/modules/comment/src/Plugin/views/field/EntityLink.php |
Handler for showing comment module's entity links. |
EntityLink |
class |
core/modules/views/src/Plugin/views/field/EntityLink.php |
Field handler to present a link to an entity. |
EntityLink.php |
file |
core/modules/views/src/Plugin/views/field/EntityLink.php |
|
EntityLink.php |
file |
core/modules/comment/src/Plugin/views/field/EntityLink.php |
|
EntityLink::$build |
property |
core/modules/comment/src/Plugin/views/field/EntityLink.php |
Stores the result of parent entities build for all rows to reuse it later. |