Issue #1739900 by alexpott: Added a rename operation to config storage controllers.
parent
92548664d0
commit
4da938a7c5
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue