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();
doc_Drupal
2016-10-29 09:06:54
Comments
Leave a Comment

Please login to continue.