interface AliasWhitelistInterface
Same name in this branch
- 8.9.x core/modules/path_alias/src/AliasWhitelistInterface.php \Drupal\path_alias\AliasWhitelistInterface
Same name in other branches
- 9 core/modules/path_alias/src/AliasWhitelistInterface.php \Drupal\path_alias\AliasWhitelistInterface
- 10 core/modules/path_alias/src/AliasWhitelistInterface.php \Drupal\path_alias\AliasWhitelistInterface
- 11.x core/modules/path_alias/src/AliasWhitelistInterface.php \Drupal\path_alias\AliasWhitelistInterface
Cache the alias whitelist.
Hierarchy
- interface \Drupal\Core\Cache\CacheCollectorInterface
- interface \Drupal\Core\Path\AliasWhitelistInterface extends \Drupal\Core\Cache\CacheCollectorInterface
Expanded class hierarchy of AliasWhitelistInterface
All classes that implement AliasWhitelistInterface
Deprecated
in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\path_alias\AliasWhitelistInterface.
See also
https://www.drupal.org/node/3092086
1 file declares its use of AliasWhitelistInterface
- AliasWhitelistInterface.php in core/
modules/ path_alias/ src/ AliasWhitelistInterface.php
File
-
core/
lib/ Drupal/ Core/ Path/ AliasWhitelistInterface.php, line 15
Namespace
Drupal\Core\PathView source
interface AliasWhitelistInterface extends CacheCollectorInterface {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.