public function StaticDownloadController::__construct in Tome 8
StaticGeneratorForm constructor.
Parameters
\Drupal\tome_static\StaticGeneratorInterface $static: The static generator.
\Drupal\Core\File\FileSystemInterface $file_system: The file system.
File
- modules/
tome_static/ src/ Controller/ StaticDownloadController.php, line 44
Class
- StaticDownloadController
- Contains routes related to Tome Static.
Namespace
Drupal\tome_static\ControllerCode
public function __construct(StaticGeneratorInterface $static, FileSystemInterface $file_system) {
$this->static = $static;
$this->fileSystem = $file_system;
}