You are here

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

FileInterface

Namespace

Drupal\forena\File

Code

public function exists($filename);