Issue #1739900 by alexpott: Added a rename operation to config storage controllers.

8.0.x
catch 2012-08-23 13:16:50 +02:00
parent 92548664d0
commit 4da938a7c5
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class FileStorage implements StorageInterface {
}
/**
* Implements Drupal\Core\Config\StorageInterface::delete().
* Implements Drupal\Core\Config\StorageInterface::rename().
*/
public function rename($name, $new_name) {
$status = @rename($this->getFilePath($name), $this->getFilePath($new_name));