You are here

public function FileBase::isCustom in Forena Reports 8

Same name and namespace in other branches
  1. 7.5 src/File/FileBase.php \Drupal\forena\File\FileBase::isCustom()

File

src/File/FileBaseOld.php, line 428
FileSystemBase.inc File toolbox for manipulating files contained tn the report directory.

Class

FileBase

Namespace

Drupal\forena\File

Code

public function isCustom($filename) {
  $cache = $this
    ->getCacheEntry($filename);
  return !$cache->include;
}