public function EntityListControllerInterface::getStorageController

Gets the entity storage controller.

Return value

\Drupal\Core\Entity\EntityStorageControllerInterface The storage controller used by this list controller.

1 method overrides EntityListControllerInterface::getStorageController()

File

drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php, line 21
Contains \Drupal\Core\Entity\EntityListControllerInterface.

Class

EntityListControllerInterface
Defines an interface for entity list controllers.

Namespace

Drupal\Core\Entity

Code

public function getStorageController();