public function FileInterface::exists in Forena Reports 8
Parameters
$filename: Name of file to check for existence
1 method overrides FileInterface::exists()
- FileSystemBase::exists in src/
File/ FileSystemBase.php - Return whether the file exists.
File
- src/
File/ FileInterface.php, line 25
Class
Namespace
Drupal\forena\FileCode
public function exists($filename);