Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityListBuilder::$storage | property | core/ |
The entity storage class. |
| EntityListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
| EntityListBuilder::buildOperations | function | core/ |
Builds a renderable list of operation links for the entity. |
| EntityListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
| EntityListBuilder::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
| EntityListBuilder::ensureDestination | function | core/ |
Ensures that a destination is present on the given URL. |
| EntityListBuilder::getDefaultOperations | function | core/ |
Gets this list's default operations. |
| EntityListBuilder::getEntityIds | function | core/ |
Loads entity IDs using a pager sorted by the entity id. |
| EntityListBuilder::getEntityListQuery | function | core/ |
Returns a query object for loading entity IDs from the storage. |
| EntityListBuilder::getOperations | function | core/ |
Provides an array of information to build a list of operation links. |
| EntityListBuilder::getStorage | function | core/ |
Gets the entity storage. |
| EntityListBuilder::getTitle | function | core/ |
Gets the title of the page. |
| EntityListBuilder::load | function | core/ |
Loads entities of this type from storage for listing. |
| EntityListBuilder::render | function | core/ |
Builds the entity listing as renderable array for table.html.twig. |
| EntityListBuilder::__construct | function | core/ |
Constructs a new EntityListBuilder object. |
| EntityListBuilderInterface | interface | core/ |
Defines an interface to build entity listings. |
| EntityListBuilderInterface.php | file | core/ |
|
| EntityListBuilderInterface::getOperations | function | core/ |
Provides an array of information to build a list of operation links. |
| EntityListBuilderInterface::getStorage | function | core/ |
Gets the entity storage. |
| EntityListBuilderInterface::load | function | core/ |
Loads entities of this type from storage for listing. |
| EntityListBuilderInterface::render | function | core/ |
Builds a listing of entities for the given entity type. |
| EntityListBuilderTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityListBuilder[[api-linebreak]] @group Entity |
| EntityListBuilderTest | class | core/ |
Tests entity list builder functionality. |
| EntityListBuilderTest.php | file | core/ |
|
| EntityListBuilderTest.php | file | core/ |
|
| EntityListBuilderTest::$container | property | core/ |
The service container used for testing. |
| EntityListBuilderTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| EntityListBuilderTest::$entityListBuilder | property | core/ |
The EntityListBuilder object to test. |
| EntityListBuilderTest::$entityType | property | core/ |
The entity type used for testing. |
| EntityListBuilderTest::$moduleHandler | property | core/ |
The module handler used for testing. |
| EntityListBuilderTest::$modules | property | core/ |
Modules to install. |
| EntityListBuilderTest::$redirectDestination | property | core/ |
The redirect destination service. |
| EntityListBuilderTest::$role | property | core/ |
The entity used to construct the EntityListBuilder. |
| EntityListBuilderTest::$roleStorage | property | core/ |
The role storage used for testing. |
| EntityListBuilderTest::$translationManager | property | core/ |
The translation manager used for testing. |
| EntityListBuilderTest::setUp | function | core/ |
|
| EntityListBuilderTest::setUp | function | core/ |
|
| EntityListBuilderTest::testCacheContexts | function | core/ |
Tests that the correct cache contexts are set. |
| EntityListBuilderTest::testCacheTags | function | core/ |
Tests if the list cache tags are set. |
| EntityListBuilderTest::testGetOperations | function | core/ |
@covers ::getOperations[[api-linebreak]] |
| EntityListBuilderTest::testPager | function | core/ |
Tests paging. |
| EntityListController | class | core/ |
Defines a generic controller to list entities. |
| EntityListController.php | file | core/ |
|
| EntityListController::listing | function | core/ |
Provides the listing page for any entity type. |
| EntityLoadByUuidTest | class | core/ |
Tests loading entities by UUID. |
| EntityLoadByUuidTest.php | file | core/ |
|
| EntityLoadByUuidTest::$modules | property | core/ |
Modules to install. |
| EntityLoadByUuidTest::setUp | function | core/ |
|
| EntityLoadByUuidTest::testLoadEntityByUuidAccessChecking | function | core/ |
Ensures that ::loadEntityByUuid() doesn't apply access checking. |
| EntityMalformedException | class | core/ |
Defines an exception thrown when a malformed entity is passed. |
Pagination
- Previous page
- Page 505
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.