You are here

AliasWhitelist.php in Drupal 8

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

Namesort descending Description
AliasWhitelist Extends CacheCollector to build the path alias whitelist over time.