You are here

public function SettingsForm::__construct in CookieConsent 8

Constructs a new SettingsForm object.

Overrides ConfigFormBase::__construct

File

src/Form/SettingsForm.php, line 33
Contains Drupal\cookieconsent\Form\SettingsForm.

Class

SettingsForm
Class SettingsForm.

Namespace

Drupal\cookieconsent\Form

Code

public function __construct(ConfigFactoryInterface $config_factory, EntityTypeManagerInterface $entity_type_manager) {
  parent::__construct($config_factory);
  $this->entityTypeManager = $entity_type_manager;
}