You are here

public function FormtipsSettingForm::__construct in Form Tips 8

Constructs a \Drupal\system\ConfigFormBase object.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The factory for configuration objects.

Overrides ConfigFormBase::__construct

File

src/Form/FormtipsSettingForm.php, line 26

Class

FormtipsSettingForm
Configure Form Tips settings for this site.

Namespace

Drupal\formtips\Form

Code

public function __construct(ConfigFactoryInterface $config_factory, ThemeHandlerInterface $theme_handler) {
  parent::__construct($config_factory);
  $this->themeHandler = $theme_handler;
}