service path.alias_whitelist

Class

Drupal\Core\Path\AliasWhitelist

Tags

  • needs_destruction

File

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

View source
  1. class: Drupal\Core\Path\AliasWhitelist
  2. tags:
  3. - { name: needs_destruction }
  4. arguments:
  5. - path_alias_whitelist
  6. - cache
  7. - '@keyvalue'
  8. - '@database'