function EntityListBuilderInterface::getStorage

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php \Drupal\Core\Entity\EntityListBuilderInterface::getStorage()
  2. 10 core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php \Drupal\Core\Entity\EntityListBuilderInterface::getStorage()
  3. 11.x core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php \Drupal\Core\Entity\EntityListBuilderInterface::getStorage()

Gets the entity storage.

Return value

\Drupal\Core\Entity\EntityStorageInterface The storage used by this list builder.

1 method overrides EntityListBuilderInterface::getStorage()
EntityListBuilder::getStorage in core/lib/Drupal/Core/Entity/EntityListBuilder.php
Gets the entity storage.

File

core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php, line 16

Class

EntityListBuilderInterface
Defines an interface to build entity listings.

Namespace

Drupal\Core\Entity

Code

public function getStorage();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.