function EntityListBuilderInterface::getStorage
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php \Drupal\Core\Entity\EntityListBuilderInterface::getStorage()
- 10 core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php \Drupal\Core\Entity\EntityListBuilderInterface::getStorage()
- 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\EntityCode
public function getStorage();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.