| 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. |
| EntityLinkTest |
class |
core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php |
Tests Drupal\Core\Entity\EntityBase. |
| EntityLinkTest |
class |
core/modules/comment/tests/src/Unit/Plugin/views/field/EntityLinkTest.php |
Tests Drupal\comment\Plugin\views\field\EntityLink. |
| EntityLinkTest.php |
file |
core/modules/comment/tests/src/Unit/Plugin/views/field/EntityLinkTest.php |
|
| EntityLinkTest.php |
file |
core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php |
|
| EntityLinkTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php |
The mocked entity type manager. |
| EntityLinkTest::$languageManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php |
The mocked language manager. |
| EntityLinkTest::$linkGenerator |
property |
core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php |
The tested link generator. |
| EntityLinkTest::providerTestLink |
function |
core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php |
Provides test data for testLink(). |
| EntityLinkTest::setUp |
function |
core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php |
|
| EntityLinkTest::setUp |
function |
core/modules/comment/tests/src/Unit/Plugin/views/field/EntityLinkTest.php |
|
| EntityLinkTest::testRenderNullEntity |
function |
core/modules/comment/tests/src/Unit/Plugin/views/field/EntityLinkTest.php |
Test the render method when getEntity returns NULL. |
| EntityLinkTest::testToLink |
function |
core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php |
Tests for the EntityBase::toLink() method. |
| EntityListBuilder |
class |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
Defines a generic implementation to build a listing of entities. |
| EntityListBuilder.php |
file |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
|
| EntityListBuilder::$entityType |
property |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
Information about the entity type. |
| EntityListBuilder::$entityTypeId |
property |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
The entity type ID. |
| EntityListBuilder::$limit |
property |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
The number of entities to list per page, or FALSE to list all entities. |
| EntityListBuilder::$storage |
property |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
The entity storage class. |
| EntityListBuilder::buildHeader |
function |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
Builds the header row for the entity listing. |
| EntityListBuilder::buildOperations |
function |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
Builds a renderable list of operation links for the entity. |
| EntityListBuilder::buildRow |
function |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
Builds a row for an entity in the entity listing. |
| EntityListBuilder::createInstance |
function |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
Instantiates a new instance of this entity handler. |
| EntityListBuilder::ensureDestination |
function |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
Ensures that a destination is present on the given URL. |
| EntityListBuilder::getDefaultOperations |
function |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
Gets this list's default operations. |
| EntityListBuilder::getEntityIds |
function |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
Loads entity IDs using a pager sorted by the entity id. |
| EntityListBuilder::getEntityListQuery |
function |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
Returns a query object for loading entity IDs from the storage. |
| EntityListBuilder::getOperations |
function |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
Provides an array of information to build a list of operation links. |
| EntityListBuilder::getStorage |
function |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
Gets the entity storage. |
| EntityListBuilder::getTitle |
function |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
Gets the title of the page. |
| EntityListBuilder::load |
function |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
Loads entities of this type from storage for listing. |
| EntityListBuilder::render |
function |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
Builds the entity listing as renderable array for table.html.twig. |
| EntityListBuilder::SORT_KEY |
constant |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
The entity key to sort the list by. |
| EntityListBuilder::__construct |
function |
core/lib/Drupal/Core/Entity/EntityListBuilder.php |
Constructs a new EntityListBuilder object. |
| EntityListBuilderInterface |
interface |
core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php |
Defines an interface to build entity listings. |
| EntityListBuilderInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php |
|
| EntityListBuilderInterface::getOperations |
function |
core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php |
Provides an array of information to build a list of operation links. |
| EntityListBuilderInterface::getStorage |
function |
core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php |
Gets the entity storage. |
| EntityListBuilderInterface::load |
function |
core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php |
Loads entities of this type from storage for listing. |
| EntityListBuilderInterface::render |
function |
core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php |
Builds a listing of entities for the given entity type. |
| EntityListBuilderTest |
class |
core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php |
Tests Drupal\Core\Entity\EntityListBuilder. |
| EntityListBuilderTest |
class |
core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php |
Tests entity list builder functionality. |
| EntityListBuilderTest.php |
file |
core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php |
|