Fleshed in the config->delete() functionality

8.0.x
Greg Dunlap 2012-01-07 21:48:19 +01:00
parent 3e49865c23
commit 08e0a2b561
1 changed files with 1 additions and 0 deletions

View File

@ -359,6 +359,7 @@ class SignedFileStorage {
* Delete a configuration file.
*/
public function delete() {
// Needs error handling and etc.
@drupal_unlink($this->getFilePath());
}
}