public function FileInterface::delete in Forena Reports 8
Parameters
$filename:
Return value
mixed Delete the contents of the file. If the file has been overriden this only reverts the contents to the original.
1 method overrides FileInterface::delete()
- FileSystemBase::delete in src/
File/ FileSystemBase.php - Delete a file from the directory.
File
- src/
File/ FileInterface.php, line 52
Class
Namespace
Drupal\forena\FileCode
public function delete($filename);