public function VISettingsForm::__construct in Visually Impaired Support (module) 8
Constructs a VISettingsForm object.
Parameters
\Drupal\Core\Extension\ThemeHandlerInterface $theme_handler: The theme handler.
Overrides ConfigFormBase::__construct
File
- src/
Form/ VISettingsForm.php, line 28
Class
- VISettingsForm
- Defines a form that configures forms module settings.
Namespace
Drupal\visually_impaired_module\FormCode
public function __construct(ThemeHandlerInterface $theme_handler) {
$this->themeHandler = $theme_handler;
}