Defines an interface to build entity listings.
Hierarchy
- interface \Drupal\Core\Entity\EntityListBuilderInterface
File
- core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php, line 8
Namespace
Drupal\Core\Entity
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| EntityListBuilderInterface::getOperations | public | function | Provides an array of information to build a list of operation links. |
| EntityListBuilderInterface::getStorage | public | function | Gets the entity storage. |
| EntityListBuilderInterface::load | public | function | Loads entities of this type from storage for listing. |
| EntityListBuilderInterface::render | public | function | Builds a listing of entities for the given entity type. |
Please login to continue.