public EntityListBuilderInterface::load()
Loads entities of this type from storage for listing.
This allows the implementation to manipulate the listing, like filtering or sorting the loaded entities.
Return value
\Drupal\Core\Entity\EntityInterface[] An array of entities implementing \Drupal\Core\Entity\EntityInterface.
File
- core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php, line 27
Class
- EntityListBuilderInterface
- Defines an interface to build entity listings.
Namespace
Drupal\Core\Entity
Code
public function load();
Please login to continue.