You are here

service path.alias_whitelist in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/core.services.yml \path.alias_whitelist

Class

Drupal\Core\Path\AliasWhitelist

Tags

  • needs_destruction

File

core/core.services.yml
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.default'
  7. - '@lock'
  8. - '@state'
  9. - '@path.alias_storage'