You are here

public function FileInterface::isCustom in Forena Reports 8

Determine if file is custom

Parameters

$filename: Name of file to load

Return value

Boolean True indicates there is no file to revert to.

1 method overrides FileInterface::isCustom()
FileSystemBase::isCustom in src/File/FileSystemBase.php
Determine whether the file is a cusomt implmentation.

File

src/File/FileInterface.php, line 34

Class

FileInterface

Namespace

Drupal\forena\File

Code

public function isCustom($filename);