public function ChartsConfigForm::__construct in Charts 8
Same name and namespace in other branches
- 8.4 src/Form/ChartsConfigForm.php \Drupal\charts\Form\ChartsConfigForm::__construct()
- 8.3 src/Form/ChartsConfigForm.php \Drupal\charts\Form\ChartsConfigForm::__construct()
- 5.0.x src/Form/ChartsConfigForm.php \Drupal\charts\Form\ChartsConfigForm::__construct()
Constructs a \Drupal\system\ConfigFormBase object.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The factory for configuration objects.
Overrides ConfigFormBase::__construct
File
- src/
Form/ ChartsConfigForm.php, line 18
Class
Namespace
Drupal\charts\FormCode
public function __construct(ConfigFactoryInterface $config_factory, ModuleHandlerInterface $module_handler) {
parent::__construct($config_factory);
$this->moduleHandler = $module_handler;
}