Implements Drupal\Core\Entity\EntityListControllerInterface::load().
Overrides EntityListControllerInterface::load
File
- drupal/core/lib/Drupal/Core/Entity/EntityListController.php, line 62
- Definition of 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();
}