You are here

public function WebformProtectedDownloadsSettingsForm::__construct in Webform Protected Downloads 8

WebformProtectedDownloadsSettingsForm constructor.

Parameters

\Drupal\Core\Routing\CurrentRouteMatch $routeMatch: The route match.

\Drupal\Core\File\FileSystem $fileSystem: The file system.

File

src/Form/WebformProtectedDownloadsSettingsForm.php, line 41

Class

WebformProtectedDownloadsSettingsForm
Class WebformProtectedDownloadsSettingsForm.

Namespace

Drupal\webform_protected_downloads\Form

Code

public function __construct(CurrentRouteMatch $routeMatch, FileSystem $fileSystem) {
  $this->routeMatch = $routeMatch;
  $this->fileSystem = $fileSystem;
}