You are here

public function FileSystemBase::getDirectoryState in Forena Reports 8

1 method overrides FileSystemBase::getDirectoryState()
TestingReportFileSystem::getDirectoryState in tests/src/Unit/Mock/TestingReportFileSystem.php

File

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

Class

FileSystemBase

Namespace

Drupal\forena\File

Code

public function getDirectoryState() {
  return \Drupal::state()
    ->get($this->cacheKey);
}