Search for list
Title | Object type | File name | Summary |
---|---|---|---|
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. |
EntityReferenceFieldItemList | class | core/ |
Defines an item list class for entity reference fields. |
EntityReferenceFieldItemList.php | file | core/ |
|
EntityReferenceFieldItemList::defaultValuesFormSubmit | function | core/ |
Processes the submitted default value. |
EntityReferenceFieldItemList::getConstraints | function | core/ |
Gets a list of validation constraints. |
EntityReferenceFieldItemList::processDefaultValue | function | core/ |
Processes the default value before being applied. |
EntityReferenceFieldItemList::referencedEntities | function | core/ |
Gets the entities referenced by this field, preserving field item deltas. |
EntityReferenceFieldItemListInterface | interface | core/ |
Interface for entity reference lists of field items. |
EntityReferenceFieldItemListInterface.php | file | core/ |
|
EntityReferenceFieldItemListInterface::referencedEntities | function | core/ |
Gets the entities referenced by this field, preserving field item deltas. |
EntityResolverManagerTest::testSetRouteOptionsWithEntityListRoute | function | core/ |
Tests setRouteOptions() with an _entity_list route. |
EntityRouteEnhancer::enhanceEntityList | function | core/ |
Update defaults for an entity list. |
EntityTestController::listEntitiesAlphabetically | function | core/ |
List entities of the given entity type labels, sorted alphabetically. |
EntityTestController::listEntitiesEmpty | function | core/ |
Empty list of entities of the given entity type. |
EntityTestController::listReferencingEntities | function | core/ |
List entity_test entities referencing the given entity. |
EntityTestListBuilder | class | core/ |
Defines a class to build a listing of entity test entities. |
EntityTestListBuilder.php | file | core/ |
|
EntityTestListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.