AliasWhitelist.php
Same filename in other branches
Namespace
Drupal\path_aliasFile
-
core/
modules/ path_alias/ src/ AliasWhitelist.php
View source
<?php
namespace Drupal\path_alias;
/**
* Cache a list of valid alias prefixes.
*
* @deprecated in drupal:11.1.0 and is removed from drupal:12.0.0. Use
* \Drupal\path_alias\AliasPrefixList instead.
*
* @see https://www.drupal.org/node/3467559
*/
class AliasWhitelist extends AliasPrefixList {
}
Classes
Title | Deprecated | Summary |
---|---|---|
AliasWhitelist | in drupal:11.1.0 and is removed from drupal:12.0.0. Use \Drupal\path_alias\AliasPrefixList instead. |
Cache a list of valid alias prefixes. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.