You are here

public function TmgmtExtensionSuitSettingsForm::__construct in TMGMT Extension Suite 8.2

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

Constructs a TmgmtExtensionSuitSettingsForm object.

Parameters

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

Overrides ConfigFormBase::__construct

File

src/Form/TmgmtExtensionSuitSettingsForm.php, line 21

Class

TmgmtExtensionSuitSettingsForm
TMGMT Extension Suit settings form.

Namespace

Drupal\tmgmt_extension_suit\Form

Code

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