public EntityListBuilderInterface::getStorage()
Gets the entity storage.
Return value
\Drupal\Core\Entity\EntityStorageInterface The storage used by this list builder.
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();
Please login to continue.