You are here

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

FileInterface

Namespace

Drupal\forena\File

Code

public function isWritable($filename);