EntityListBuilder::getStorage

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;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.