public function EntityListControllerInterface::load

Loads entities of this type from storage for listing.

This allows the controller to manipulate the list, like filtering or sorting the loaded entities.

Return value

array An array of entities implementing Drupal\Core\Entity\EntityInterface.

1 method overrides EntityListControllerInterface::load()

File

drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php, line 32
Definition of Drupal\Core\Entity\EntityListControllerInterface.

Class

EntityListControllerInterface
Defines an interface for entity list controllers.

Namespace

Drupal\Core\Entity

Code

public function load();