You are here

public function PathFileController::__construct in Path File 8

File

src/Controller/PathFileController.php, line 22

Class

PathFileController
An example controller.

Namespace

Drupal\path_file\Controller

Code

public function __construct(FileSystem $file_system) {
  $this->fileSystem = $file_system;
}