path_alias.whitelist

Same name and namespace in other branches
  1. 9 core/modules/path_alias/path_alias.services.yml \path_alias.whitelist
  2. 10 core/modules/path_alias/path_alias.services.yml \path_alias.whitelist
  3. 11.x core/modules/path_alias/path_alias.services.yml \path_alias.whitelist

Class

Drupal\path_alias\AliasWhitelist

Tags

  • needs_destruction
1 string reference to path_alias.whitelist
CoreServiceProvider::alter in core/lib/Drupal/Core/CoreServiceProvider.php
Alters the UUID service to use the most efficient method available.

File

core/modules/path_alias/path_alias.services.yml

View source
  1. class: Drupal\path_alias\AliasWhitelist
  2. tags:
  3. - { name: needs_destruction }
  4. arguments:
  5. - path_alias_whitelist
  6. - '@cache.bootstrap'
  7. - '@lock'
  8. - '@state'
  9. - '@path_alias.repository'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.