public function PathFileController::__construct in Path File 8
File
- src/
Controller/ PathFileController.php, line 22
Class
- PathFileController
- An example controller.
Namespace
Drupal\path_file\ControllerCode
public function __construct(FileSystem $file_system) {
$this->fileSystem = $file_system;
}