public EntityListBuilder::getStorage()
Gets the entity storage.
Return value
\Drupal\Core\Entity\EntityStorageInterface The storage used by this list builder.
Overrides EntityListBuilderInterface::getStorage
File
- core/lib/Drupal/Core/Entity/EntityListBuilder.php, line 72
Class
- EntityListBuilder
- Defines a generic implementation to build a listing of entities.
Namespace
Drupal\Core\Entity
Code
1 2 3 | public function getStorage() { return $this ->storage; } |
Please login to continue.