public function EntityListBuilderInterface::getStorage in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php \Drupal\Core\Entity\EntityListBuilderInterface::getStorage()
- 9 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();