AliasWhitelist.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\path_aliasFile
-
core/
modules/ path_alias/ src/ AliasWhitelist.php
View source
<?php
namespace Drupal\path_alias;
use Drupal\Core\Path\AliasWhitelist as CoreAliasWhitelist;
/**
* Extends CacheCollector to build the path alias whitelist over time.
*/
class AliasWhitelist extends CoreAliasWhitelist implements AliasWhitelistInterface {
}
Classes
Title | Deprecated | Summary |
---|---|---|
AliasWhitelist | Extends CacheCollector to build the path alias whitelist over time. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.