class FileStorage

Same name in this branch

Stores the code as regular PHP files.

Hierarchy

Expanded class hierarchy of FileStorage

File

drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php, line 13
Definition of Drupal\Component\PhpStorage\FileStorage.

Namespace

Drupal\Component\PhpStorage
View source

Members

Namesort descending Modifiers Type Description Overrides
FileStorage::$directory protected property The directory where the files should be stored.
FileStorage::delete public function Implements Drupal\Component\PhpStorage\PhpStorageInterface::delete(). Overrides PhpStorageInterface::delete 2
FileStorage::deleteAll public function Implements Drupal\Component\PhpStorage\PhpStorageInterface::deleteAll(). Overrides PhpStorageInterface::deleteAll
FileStorage::exists public function Implements Drupal\Component\PhpStorage\PhpStorageInterface::exists(). Overrides PhpStorageInterface::exists 2
FileStorage::getFullPath protected function Returns the full path where the file is or should be stored. 1
FileStorage::load public function Implements Drupal\Component\PhpStorage\PhpStorageInterface::load(). Overrides PhpStorageInterface::load 1
FileStorage::save public function Implements Drupal\Component\PhpStorage\PhpStorageInterface::save(). Overrides PhpStorageInterface::save 1
FileStorage::unlink protected function Deletes files and/or directories in the specified path.
FileStorage::writeable public function Implements Drupal\Component\PhpStorage\PhpStorageInterface::writeable(). Overrides PhpStorageInterface::writeable
FileStorage::__construct public function Constructs this FileStorage object. 2