You are here

public function ConfigForm::__construct in Insert 8.2

Same name and namespace in other branches
  1. 8 src/Form/ConfigForm.php \Drupal\insert\Form\ConfigForm::__construct()

@inheritdoc

Overrides ConfigFormBase::__construct

File

src/Form/ConfigForm.php, line 17

Class

ConfigForm

Namespace

Drupal\insert\Form

Code

public function __construct(ConfigFactoryInterface $config_factory) {
  parent::__construct($config_factory);
}