public function FileInterface::isWritable in Forena Reports 8
Parameters
$filename: Name of file to check
1 method overrides FileInterface::isWritable()
- FileSystemBase::isWritable in src/
File/ FileSystemBase.php - Return an indicator as to whether the file is savable. New files can be saved if the directory is writabel.
File
- src/
File/ FileInterface.php, line 19
Class
Namespace
Drupal\forena\FileCode
public function isWritable($filename);