class AliasWhitelist
Same name in this branch
- 8.9.x core/lib/Drupal/Core/Path/AliasWhitelist.php \Drupal\Core\Path\AliasWhitelist
Same name in other branches
- 9 core/modules/path_alias/src/AliasWhitelist.php \Drupal\path_alias\AliasWhitelist
- 10 core/modules/path_alias/src/AliasWhitelist.php \Drupal\path_alias\AliasWhitelist
- 11.x core/modules/path_alias/src/AliasWhitelist.php \Drupal\path_alias\AliasWhitelist
Extends CacheCollector to build the path alias whitelist over time.
Hierarchy
- class \Drupal\Core\Cache\CacheCollector implements \Drupal\Core\Cache\CacheCollectorInterface, \Drupal\Core\DestructableInterface
- class \Drupal\Core\Path\AliasWhitelist extends \Drupal\Core\Cache\CacheCollector implements \Drupal\Core\Path\AliasWhitelistInterface uses \Drupal\Core\DependencyInjection\DeprecatedServicePropertyTrait
- class \Drupal\path_alias\AliasWhitelist extends \Drupal\Core\Path\AliasWhitelist implements \Drupal\path_alias\AliasWhitelistInterface
- class \Drupal\Core\Path\AliasWhitelist extends \Drupal\Core\Cache\CacheCollector implements \Drupal\Core\Path\AliasWhitelistInterface uses \Drupal\Core\DependencyInjection\DeprecatedServicePropertyTrait
Expanded class hierarchy of AliasWhitelist
2 files declare their use of AliasWhitelist
- AliasTest.php in core/
modules/ path_alias/ tests/ src/ Kernel/ AliasTest.php - DeprecatedClassesTest.php in core/
modules/ path_alias/ tests/ src/ Unit/ DeprecatedClassesTest.php
1 string reference to 'AliasWhitelist'
- path_alias.services.yml in core/
modules/ path_alias/ path_alias.services.yml - core/modules/path_alias/path_alias.services.yml
1 service uses AliasWhitelist
- path_alias.whitelist in core/
modules/ path_alias/ path_alias.services.yml - Drupal\path_alias\AliasWhitelist
File
-
core/
modules/ path_alias/ src/ AliasWhitelist.php, line 10
Namespace
Drupal\path_aliasView source
class AliasWhitelist extends CoreAliasWhitelist implements AliasWhitelistInterface {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.