You are here

protected property CacheExampleForm::$fileSystem in Examples for Developers 3.x

Same name and namespace in other branches
  1. 8 cache_example/src/Form/CacheExampleForm.php \Drupal\cache_example\Form\CacheExampleForm::fileSystem

The file system service.

Type: \Drupal\Core\File\FileSystemInterface

File

modules/cache_example/src/Form/CacheExampleForm.php, line 42

Class

CacheExampleForm
Form with examples on how to use cache.

Namespace

Drupal\cache_example\Form

Code

protected $fileSystem;