| 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 |
|
| EntityListBuilderTest.php |
file |
core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php |
|
| EntityListBuilderTest::$container |
property |
core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php |
The service container used for testing. |
| EntityListBuilderTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php |
The theme to install as the default for testing. |
| EntityListBuilderTest::$entityListBuilder |
property |
core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php |
The EntityListBuilder object to test. |
| EntityListBuilderTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php |
The entity type used for testing. |
| EntityListBuilderTest::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php |
The module handler used for testing. |
| EntityListBuilderTest::$modules |
property |
core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php |
Modules to install. |
| EntityListBuilderTest::$redirectDestination |
property |
core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php |
The redirect destination service. |
| EntityListBuilderTest::$role |
property |
core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php |
The entity used to construct the EntityListBuilder. |
| EntityListBuilderTest::$roleStorage |
property |
core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php |
The role storage used for testing. |
| EntityListBuilderTest::$translationManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php |
The translation manager used for testing. |
| EntityListBuilderTest::setUp |
function |
core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php |
|
| EntityListBuilderTest::setUp |
function |
core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php |
|
| EntityListBuilderTest::testCacheContexts |
function |
core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php |
Tests that the correct cache contexts are set. |
| EntityListBuilderTest::testCacheTags |
function |
core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php |
Tests if the list cache tags are set. |
| EntityListBuilderTest::testGetOperations |
function |
core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php |
Tests get operations. |
| EntityListBuilderTest::testGetOperationsWithNullLabel |
function |
core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php |
Ensures entity operations handle entities without labels. |
| EntityListBuilderTest::testPager |
function |
core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php |
Tests paging. |
| EntityListController |
class |
core/lib/Drupal/Core/Entity/Controller/EntityListController.php |
Defines a generic controller to list entities. |
| EntityListController.php |
file |
core/lib/Drupal/Core/Entity/Controller/EntityListController.php |
|
| EntityListController::listing |
function |
core/lib/Drupal/Core/Entity/Controller/EntityListController.php |
Provides the listing page for any entity type. |
| EntityLoadByUuidTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php |
Tests loading entities by UUID. |
| EntityLoadByUuidTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php |
|
| EntityLoadByUuidTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php |
Modules to install. |
| EntityLoadByUuidTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php |
|
| EntityLoadByUuidTest::testLoadEntityByUuidAccessChecking |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php |
Ensures that ::loadEntityByUuid() doesn't apply access checking. |
| EntityMalformedException |
class |
core/lib/Drupal/Core/Entity/EntityMalformedException.php |
Defines an exception thrown when a malformed entity is passed. |
| EntityMalformedException.php |
file |
core/lib/Drupal/Core/Entity/EntityMalformedException.php |
|
| EntityMethod |
class |
core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php |
Makes config entity methods with the ActionMethod attribute into actions. |
| EntityMethod.php |
file |
core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php |
|
| EntityMethod::apply |
function |
core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php |
Applies the config action. |
| EntityMethod::applyPluralized |
function |
core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php |
Applies the action to entity treating the $values array as multiple calls. |
| EntityMethod::applySingle |
function |
core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php |
Applies the action to entity treating the $values array a single call. |
| EntityMethod::create |
function |
core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php |
Creates an instance of the plugin. |
| EntityMethod::__construct |
function |
core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/EntityMethod.php |
Constructs a EntityMethod object. |
| EntityMethodConfigActionsTest |
class |
core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php |
Tests entity method config actions. |