function ConfigEntityListBuilder::getStorage

Same name and namespace in other branches
  1. 10 core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php \Drupal\Core\Config\Entity\ConfigEntityListBuilder::getStorage()

Gets the config entity storage.

Return value

\Drupal\Core\Config\Entity\ConfigEntityStorageInterface The config storage used by this list builder.

Overrides EntityListBuilder::getStorage

File

core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php, line 68

Class

ConfigEntityListBuilder
Defines the default class to build a listing of configuration entities.

Namespace

Drupal\Core\Config\Entity

Code

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

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