AliasWhitelistInterface.php

Same filename in this branch
  1. 8.9.x core/modules/path_alias/src/AliasWhitelistInterface.php
Same filename in other branches
  1. 9 core/modules/path_alias/src/AliasWhitelistInterface.php
  2. 10 core/modules/path_alias/src/AliasWhitelistInterface.php
  3. 11.x core/modules/path_alias/src/AliasWhitelistInterface.php

Namespace

Drupal\Core\Path

File

core/lib/Drupal/Core/Path/AliasWhitelistInterface.php

View source
<?php

namespace Drupal\Core\Path;

use Drupal\Core\Cache\CacheCollectorInterface;

/**
 * Cache the alias whitelist.
 *
 * @deprecated in drupal:8.8.0 and is removed from drupal:9.0.0.
 * Use \Drupal\path_alias\AliasWhitelistInterface.
 *
 * @see https://www.drupal.org/node/3092086
 */
interface AliasWhitelistInterface extends CacheCollectorInterface {

}

Interfaces

Title Deprecated Summary
AliasWhitelistInterface

in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\path_alias\AliasWhitelistInterface.

Cache the alias whitelist.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.