public function CachedStorage::listAll

Implements Drupal\Core\Config\StorageInterface::listAll().

Not supported by CacheBackendInterface.

Overrides StorageInterface::listAll

File

drupal/core/lib/Drupal/Core/Config/CachedStorage.php, line 141
Contains Drupal\Core\Config\CachedStorage.

Class

CachedStorage
Defines the cached storage controller.

Namespace

Drupal\Core\Config

Code

public function listAll($prefix = '') {
  return $this->storage
    ->listAll($prefix);
}