| 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 |
|
| 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::$entityFieldStorageDefinitions |
property |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
The loaded installed field storage definitions. |
| 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 |
|
| EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::getLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::getLastInstalledDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::setLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
| 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::buildOptionsForm |
function |
core/modules/comment/src/Plugin/views/field/EntityLink.php |
|
| EntityLink::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/EntityLink.php |
|
| EntityLink::defineOptions |
function |
core/modules/views/src/Plugin/views/field/EntityLink.php |
|
| EntityLink::defineOptions |
function |
core/modules/comment/src/Plugin/views/field/EntityLink.php |
|
| EntityLinks |
class |
core/modules/filter/src/Plugin/Filter/EntityLinks.php |
Provides the Entity Links filter. |
| EntityLinks.php |
file |
core/modules/filter/src/Plugin/Filter/EntityLinks.php |
|
| EntityLinks::getUrl |
function |
core/modules/filter/src/Plugin/Filter/EntityLinks.php |
Gets the generated URL object for a linked entity. |
| EntityLinks::process |
function |
core/modules/filter/src/Plugin/Filter/EntityLinks.php |
|
| EntityLinks::__construct |
function |
core/modules/filter/src/Plugin/Filter/EntityLinks.php |
Constructs a EntityLinks object. |
| EntityLinksTest |
class |
core/modules/filter/tests/src/Kernel/EntityLinksTest.php |
Tests the behavior of generating entity URLs when using entity links in CKEditor. |
| EntityLinksTest.php |
file |
core/modules/filter/tests/src/Kernel/EntityLinksTest.php |
|
| EntityLinksTest::$filter |
property |
core/modules/filter/tests/src/Kernel/EntityLinksTest.php |
The entity_links filter. |
| EntityLinksTest::$logger |
property |
core/modules/filter/tests/src/Kernel/EntityLinksTest.php |
The test logger. |
| EntityLinksTest::$modules |
property |
core/modules/filter/tests/src/Kernel/EntityLinksTest.php |
|
| EntityLinksTest::assertFilterProcessResult |
function |
core/modules/filter/tests/src/Kernel/EntityLinksTest.php |
Asserts an input string + langcode yield the expected FilterProcessResult. |
| EntityLinksTest::providerTestMediaEntity |
function |
core/modules/filter/tests/src/Kernel/EntityLinksTest.php |
Data provider for testMediaEntity. |
| EntityLinksTest::register |
function |
core/modules/filter/tests/src/Kernel/EntityLinksTest.php |
|
| EntityLinksTest::setUp |
function |
core/modules/filter/tests/src/Kernel/EntityLinksTest.php |
|
| EntityLinksTest::test |
function |
core/modules/filter/tests/src/Kernel/EntityLinksTest.php |
@legacy-covers ::process |
| EntityLinksTest::testFileEntity |
function |
core/modules/filter/tests/src/Kernel/EntityLinksTest.php |
@legacy-covers ::getUrl
@legacy-covers \Drupal\file\Entity\FileLinkTarget |