You are here

protected property QuickEditImageController::$fileSystem in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/image/src/Controller/QuickEditImageController.php \Drupal\image\Controller\QuickEditImageController::fileSystem

The file system.

Type: \Drupal\Core\File\FileSystemInterface

File

core/modules/image/src/Controller/QuickEditImageController.php, line 58

Class

QuickEditImageController
Returns responses for our image routes.

Namespace

Drupal\image\Controller

Code

protected $fileSystem;