service path.alias_manager

Class

Drupal\Core\Path\AliasManager
1 string reference to path.alias_manager
SiteInformationForm::create in drupal/core/modules/system/lib/Drupal/system/Form/SiteInformationForm.php
Instantiates a new instance of this controller.

File

drupal/core/core.services.yml
drupal/core/core.services.yml

View source
  1. class: Drupal\Core\Path\AliasManager
  2. arguments:
  3. - '@database'
  4. - '@path.alias_whitelist'
  5. - '@language_manager'