interface AliasWhitelistInterface
Same name and namespace in other branches
- 8.9.x core/lib/Drupal/Core/Path/AliasWhitelistInterface.php \Drupal\Core\Path\AliasWhitelistInterface
- 11.x core/modules/path_alias/src/AliasWhitelistInterface.php \Drupal\path_alias\AliasWhitelistInterface
- 10 core/modules/path_alias/src/AliasWhitelistInterface.php \Drupal\path_alias\AliasWhitelistInterface
- 9 core/modules/path_alias/src/AliasWhitelistInterface.php \Drupal\path_alias\AliasWhitelistInterface
- 8.9.x core/modules/path_alias/src/AliasWhitelistInterface.php \Drupal\path_alias\AliasWhitelistInterface
Cache a list of valid alias prefixes.
Hierarchy
- interface \Drupal\Core\Cache\CacheCollectorInterface
- interface \Drupal\path_alias\AliasPrefixListInterface extends \Drupal\Core\Cache\CacheCollectorInterface
- interface \Drupal\path_alias\AliasWhitelistInterface extends \Drupal\path_alias\AliasPrefixListInterface
- interface \Drupal\path_alias\AliasPrefixListInterface extends \Drupal\Core\Cache\CacheCollectorInterface
Expanded class hierarchy of AliasWhitelistInterface
All classes that implement AliasWhitelistInterface
Deprecated
in drupal:11.1.0 and is removed from drupal:12.0.0. Use \Drupal\path_alias\AliasPrefixListInterface instead.
See also
https://www.drupal.org/node/3467559
File
-
core/
modules/ path_alias/ src/ AliasWhitelistInterface.php, line 15
Namespace
Drupal\path_aliasView source
interface AliasWhitelistInterface extends AliasPrefixListInterface {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.