public function InstallStorage::delete

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

Throws

Drupal\Core\Config\StorageException

Overrides FileStorage::delete

File

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

Class

InstallStorage
Storage controller used by the Drupal installer.

Namespace

Drupal\Core\Config

Code

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