public function InstallStorage::rename

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

Throws

Drupal\Core\Config\StorageException

Overrides FileStorage::rename

File

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

Class

InstallStorage
Storage controller used by the Drupal installer.

Namespace

Drupal\Core\Config

Code

public function rename($name, $new_name) {
  throw new StorageException('Rename operation is not allowed during install.');
}