public function EntityListBuilderInterface::load in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php \Drupal\Core\Entity\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.
1 method overrides EntityListBuilderInterface::load()
- EntityListBuilder::load in core/
lib/ Drupal/ Core/ Entity/ EntityListBuilder.php - Loads entities of this type from storage for listing.
File
- core/
lib/ Drupal/ Core/ Entity/ EntityListBuilderInterface.php, line 32 - Contains \Drupal\Core\Entity\EntityListBuilderInterface.
Class
- EntityListBuilderInterface
- Defines an interface to build entity listings.
Namespace
Drupal\Core\EntityCode
public function load();