You are here

public function FilesystemValidator::__construct in Simple OAuth (OAuth2) & OpenID Connect 5.x

Same name and namespace in other branches
  1. 8.4 src/Service/Filesystem/FilesystemValidator.php \Drupal\simple_oauth\Service\Filesystem\FilesystemValidator::__construct()
  2. 8.3 src/Service/Filesystem/FilesystemValidator.php \Drupal\simple_oauth\Service\Filesystem\FilesystemValidator::__construct()

FilesystemValidator constructor.

Parameters

\Drupal\simple_oauth\Service\Filesystem\FileSystemChecker $file_system_checker:

File

src/Service/Filesystem/FilesystemValidator.php, line 23

Class

FilesystemValidator
@internal

Namespace

Drupal\simple_oauth\Service\Filesystem

Code

public function __construct(FileSystemChecker $file_system_checker) {
  $this->fileSystemChecker = $file_system_checker;
}