You are here

public function NeutralPathsSettingsForm::__construct in Neutral paths 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/NeutralPathsSettingsForm.php, line 26

Class

NeutralPathsSettingsForm
Configure file system settings for this site.

Namespace

Drupal\neutral_paths\Form

Code

public function __construct(ConfigFactoryInterface $config_factory, AliasTypeManager $alias_type_manager) {
  $this->aliasTypeManager = $alias_type_manager;
  parent::__construct($config_factory);
}