public function InstallStorage::deleteAll

Overrides Drupal\Core\Config\FileStorage::deleteAll().

Throws

Drupal\Core\Config\StorageException

Overrides FileStorage::deleteAll

File

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

Class

InstallStorage
Storage controller used by the Drupal installer.

Namespace

Drupal\Core\Config

Code

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