You are here

public function SettingsForm::__construct in Simple Responsive Table 8

SettingsForm constructor.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: Config Factory.

\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: Module Handler.

Overrides ConfigFormBase::__construct

File

src/Form/SettingsForm.php, line 33

Class

SettingsForm
Class SettingsForm.

Namespace

Drupal\simple_responsive_table\Form

Code

public function __construct(ConfigFactoryInterface $config_factory, ModuleHandlerInterface $module_handler) {
  parent::__construct($config_factory);
  $this->moduleHandler = $module_handler;
}