You are here

public function DomainPathSettingsForm::__construct in Domain Path 8

Constructs a \Drupal\system\ConfigFormBase object.

Parameters

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

Overrides ConfigFormBase::__construct

File

src/Form/DomainPathSettingsForm.php, line 29

Class

DomainPathSettingsForm
Class DomainPathSettingsForm.

Namespace

Drupal\domain_path\Form

Code

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