function EntityListBuilder::getStorage

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/EntityListBuilder.php \Drupal\Core\Entity\EntityListBuilder::getStorage()
  2. 8.9.x core/lib/Drupal/Core/Entity/EntityListBuilder.php \Drupal\Core\Entity\EntityListBuilder::getStorage()
  3. 10 core/lib/Drupal/Core/Entity/EntityListBuilder.php \Drupal\Core\Entity\EntityListBuilder::getStorage()

Overrides EntityListBuilderInterface::getStorage

1 method overrides EntityListBuilder::getStorage()
ConfigEntityListBuilder::getStorage in core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php
Gets the config entity storage.

File

core/lib/Drupal/Core/Entity/EntityListBuilder.php, line 80

Class

EntityListBuilder
Defines a generic implementation to build a listing of entities.

Namespace

Drupal\Core\Entity

Code

public function getStorage() {
    return $this->storage;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.