public function EntityListController::getStorageController

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

Overrides EntityListControllerInterface::getStorageController

File

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

Class

EntityListController
Provides a generic implementation of an entity list controller.

Namespace

Drupal\Core\Entity

Code

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