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

public function getStorage() {
  return $this->storage;
}
doc_Drupal
2016-10-29 09:06:53
Comments
Leave a Comment

Please login to continue.