AliasWhitelist.php

Same filename in this branch
  1. 8.9.x core/lib/Drupal/Core/Path/AliasWhitelist.php
Same filename in other branches
  1. 9 core/modules/path_alias/src/AliasWhitelist.php
  2. 10 core/modules/path_alias/src/AliasWhitelist.php
  3. 11.x core/modules/path_alias/src/AliasWhitelist.php

Namespace

Drupal\path_alias

File

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.