You are here

public function SettingsForm::__construct in Block List Override 1.0.x

Constructs a new BlockListSettings object.

Overrides ConfigFormBase::__construct

File

src/Form/SettingsForm.php, line 26

Class

SettingsForm
Class SettingsForm.

Namespace

Drupal\block_list_override\Form

Code

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