You are here

public function FacConfigDisableConfirmForm::__construct in Fast Autocomplete 8

FacConfigDisableConfirmForm constructor.

Parameters

\Drupal\Core\File\FileSystemInterface $file_system: The file system service.

File

src/Form/FacConfigDisableConfirmForm.php, line 30

Class

FacConfigDisableConfirmForm
Defines a confirm form for disabling an index.

Namespace

Drupal\fac\Form

Code

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