public function EntityListController::load

Implements \Drupal\Core\Entity\EntityListControllerInterface::load().

Overrides EntityListControllerInterface::load

2 calls to EntityListController::load()
1 method overrides EntityListController::load()

File

drupal/core/lib/Drupal/Core/Entity/EntityListController.php, line 89
Contains \Drupal\Core\Entity\EntityListController.

Class

EntityListController
Provides a generic implementation of an entity list controller.

Namespace

Drupal\Core\Entity

Code

public function load() {
  return $this->storage
    ->load();
}