Search for list
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
Tests entity list builder functionality. |
EntityListBuilderTest | class | core/ |
@coversDefaultClass \Drupal\entity_test\EntityTestListBuilder[[api-linebreak]] @group Entity |
EntityListBuilderTest.php | file | core/ |
|
EntityListBuilderTest.php | file | core/ |
Contains \Drupal\Tests\Core\Entity\EntityListBuilderTest. |
EntityListBuilderTest::$container | property | core/ |
The service container used for testing. |
EntityListBuilderTest::$defaultTheme | property | core/ |
|
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/ |
|
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/ |
Test 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. |
EntityManager::getListBuilder | function | core/ |
|
EntityManagerTest::testGetListBuilder | function | core/ |
@covers ::getListBuilder[[api-linebreak]] |
EntityReferenceFieldItemList | class | core/ |
Defines a item list class for entity reference fields. |
EntityReferenceFieldItemList.php | file | core/ |
|
EntityReferenceFieldItemList::defaultValuesFormSubmit | function | core/ |
|
EntityReferenceFieldItemList::getConstraints | function | core/ |
|
EntityReferenceFieldItemList::processDefaultValue | function | core/ |
|
EntityReferenceFieldItemList::referencedEntities | function | core/ |
|
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/ |
|
EntityTestListBuilder::buildRow | function | core/ |
|
EntityType::$list_cache_contexts | property | core/ |
The list cache contexts for this entity type. |
EntityType::$list_cache_tags | property | core/ |
The list cache tags for this entity type. |
EntityType::getListBuilderClass | function | core/ |
|
EntityType::getListCacheContexts | function | core/ |
|
EntityType::getListCacheTags | function | core/ |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.