public function InstallStorage::listAll

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

Throws

Drupal\Core\Config\StorageException

Overrides FileStorage::listAll

File

drupal/core/lib/Drupal/Core/Config/InstallStorage.php, line 92
Contains Drupal\Core\Config\InstallStorage.

Class

InstallStorage
Storage controller used by the Drupal installer.

Namespace

Drupal\Core\Config

Code

public function listAll($prefix = '') {
  throw new StorageException('List operation is not allowed during install.');
}