public function FileBase::isCustom in Forena Reports 7.5
Same name and namespace in other branches
- 8 src/File/FileBaseOld.php \Drupal\forena\File\FileBase::isCustom()
File
- src/
File/ FileBase.php, line 416 - FileBase.inc File toolbox for manipulating files contained tn the report directory.
Class
Namespace
Drupal\forena\FileCode
public function isCustom($filename) {
$cache = $this
->getCacheEntry($filename);
return !$cache->include;
}