| 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/views/src/Plugin/views/field/EntityLink.php |
Field handler to present a link to an entity. |
| EntityLink |
class |
core/modules/comment/src/Plugin/views/field/EntityLink.php |
Handler for showing comment module's entity links. |
| EntityLink.php |
file |
core/modules/comment/src/Plugin/views/field/EntityLink.php |
|
| EntityLink.php |
file |
core/modules/views/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 |
|
| EntityLinkDelete::getDefaultLabel |
function |
core/modules/views/src/Plugin/views/field/EntityLinkDelete.php |
Returns the default label for this link. |
| EntityLinkDelete::getEntityLinkTemplate |
function |
core/modules/views/src/Plugin/views/field/EntityLinkDelete.php |
Returns the entity link template name identifying the link route. |
| EntityLinkDelete::renderLink |
function |
core/modules/views/src/Plugin/views/field/EntityLinkDelete.php |
Prepares the link to view an entity. |
| EntityLinkEdit |
class |
core/modules/views/src/Plugin/views/field/EntityLinkEdit.php |
Field handler to present a link to edit an entity. |
| EntityLinkEdit.php |
file |
core/modules/views/src/Plugin/views/field/EntityLinkEdit.php |
|
| EntityLinkEdit::getDefaultLabel |
function |
core/modules/views/src/Plugin/views/field/EntityLinkEdit.php |
Returns the default label for this link. |
| EntityLinkEdit::getEntityLinkTemplate |
function |
core/modules/views/src/Plugin/views/field/EntityLinkEdit.php |
Returns the entity link template name identifying the link route. |
| EntityLinkEdit::renderLink |
function |
core/modules/views/src/Plugin/views/field/EntityLinkEdit.php |
Prepares the link to view an entity. |
| 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 |
Performs the filter processing. |
| 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 |
Modules to install. |
| 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 |
Registers test-specific services. |