You are here

public function SettingsForm::__construct in Production check & Production monitor 8

Constructs a \Drupal\ds\Form\EmergencyForm object.

Parameters

\Drupal\Core\Config\ConfigFactory $config_factory: The config factory.

Overrides ConfigFormBase::__construct

File

src/Form/SettingsForm.php, line 21

Class

SettingsForm
Settings form for production check.

Namespace

Drupal\prod_check\Form

Code

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