| 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. |
| EntityLink::buildOptionsForm |
function |
core/modules/comment/src/Plugin/views/field/EntityLink.php |
Default option form that provides label widget that all fields should have. |
| EntityLink::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/EntityLink.php |
Default option form that provides label widget that all fields should have. |
| EntityLink::defineOptions |
function |
core/modules/views/src/Plugin/views/field/EntityLink.php |
Information about options for all kinds of purposes will be held here. |
| EntityLink::defineOptions |
function |
core/modules/comment/src/Plugin/views/field/EntityLink.php |
Information about options for all kinds of purposes will be held here. |
| EntityLink::getDefaultLabel |
function |
core/modules/views/src/Plugin/views/field/EntityLink.php |
Returns the default label for this link. |
| EntityLink::getEntityLinkTemplate |
function |
core/modules/views/src/Plugin/views/field/EntityLink.php |
Returns the entity link template name identifying the link route. |
| EntityLink::getUrlInfo |
function |
core/modules/views/src/Plugin/views/field/EntityLink.php |
Returns the URI elements of the link. |
| EntityLink::preRender |
function |
core/modules/comment/src/Plugin/views/field/EntityLink.php |
Runs before any fields are rendered. |
| EntityLink::query |
function |
core/modules/comment/src/Plugin/views/field/EntityLink.php |
Called to add the field to a query. |
| EntityLink::render |
function |
core/modules/comment/src/Plugin/views/field/EntityLink.php |
Renders the field. |
| EntityLink::render |
function |
core/modules/views/src/Plugin/views/field/EntityLink.php |
Renders the field. |
| EntityLink::renderLink |
function |
core/modules/views/src/Plugin/views/field/EntityLink.php |
Prepares the link to view an entity. |
| EntityLinkDelete |
class |
core/modules/views/src/Plugin/views/field/EntityLinkDelete.php |
Field handler to present a link to delete an entity. |
| EntityLinkDelete.php |
file |
core/modules/views/src/Plugin/views/field/EntityLinkDelete.php |
|