Search for list
Title | Object type | File name | Summary |
---|---|---|---|
EntityConstraintViolationListTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityConstraintViolationList[[api-linebreak]] @group entity |
EntityConstraintViolationListTest.php | file | core/ |
|
EntityConstraintViolationListTest::setupConstraintListWithCompositeConstraint | function | core/ |
Builds an entity constraint violation list with composite constraints. |
EntityConstraintViolationListTest::setupConstraintListWithoutCompositeConstraint | function | core/ |
Builds an entity constraint violation list without composite constraints. |
EntityConstraintViolationListTest::setupEntity | function | core/ |
Builds the entity. |
EntityConstraintViolationListTest::testFilterByFieldAccess | function | core/ |
@covers ::filterByFieldAccess[[api-linebreak]] |
EntityConstraintViolationListTest::testFilterByFieldAccessWithCompositeConstraint | function | core/ |
@covers ::filterByFieldAccess[[api-linebreak]] |
EntityConstraintViolationListTest::testFilterByFields | function | core/ |
@covers ::filterByFields[[api-linebreak]] |
EntityConstraintViolationListTest::testFilterByFieldsWithCompositeConstraints | function | core/ |
@covers ::filterByFields[[api-linebreak]] |
EntityDefinitionUpdateManager::$entityTypeListener | property | core/ |
The entity type listener service. |
EntityDefinitionUpdateManager::$fieldStorageDefinitionListener | property | core/ |
The field storage definition listener service. |
EntityDefinitionUpdateManager::getChangeList | function | core/ |
Gets a list of changes to entity type and field storage definitions. |
EntityDefinitionUpdateManagerInterface::getChangeList | function | core/ |
Gets a list of changes to entity type and field storage definitions. |
EntityDisplayModeListBuilder | class | core/ |
Defines a class to build a listing of view mode entities. |
EntityDisplayModeListBuilder.php | file | core/ |
|
EntityDisplayModeListBuilder::$entityTypes | property | core/ |
All entity types. |
EntityDisplayModeListBuilder::buildHeader | function | core/ |
|
EntityDisplayModeListBuilder::buildRow | function | core/ |
|
EntityDisplayModeListBuilder::createInstance | function | core/ |
|
EntityDisplayModeListBuilder::isValidEntity | function | core/ |
Filters entities based on their view builder handlers. |
EntityDisplayModeListBuilder::load | function | core/ |
|
EntityDisplayModeListBuilder::render | function | core/ |
|
EntityDisplayModeListBuilder::__construct | function | core/ |
Constructs a new EntityDisplayModeListBuilder object. |
EntityFormModeListBuilder | class | core/ |
Defines a class to build a listing of form mode entities. |
EntityFormModeListBuilder.php | file | core/ |
|
EntityFormModeListBuilder::isValidEntity | function | core/ |
Filters entities based on their form mode handlers. |
EntityListBuilder | class | core/ |
Defines a generic implementation to build a listing of entities. |
EntityListBuilder.php | file | core/ |
|
EntityListBuilder::$entityType | property | core/ |
Information about the entity type. |
EntityListBuilder::$entityTypeId | property | core/ |
The entity type ID. |
EntityListBuilder::$limit | property | core/ |
The number of entities to list per page, or FALSE to list all entities. |
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/ |
|
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::getLabel | function | core/ |
Gets the label of an entity. |
EntityListBuilder::getOperations | function | core/ |
|
EntityListBuilder::getStorage | function | core/ |
|
EntityListBuilder::getTitle | function | core/ |
Gets the title of the page. |
EntityListBuilder::load | function | core/ |
|
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. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.