You are here

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

FileInterface

Namespace

Drupal\forena\File

Code

public function delete($filename);