AliasWhitelistInterface.php

Same filename in other branches
  1. 9 core/modules/path_alias/src/AliasWhitelistInterface.php
  2. 8.9.x core/modules/path_alias/src/AliasWhitelistInterface.php
  3. 8.9.x core/lib/Drupal/Core/Path/AliasWhitelistInterface.php
  4. 10 core/modules/path_alias/src/AliasWhitelistInterface.php

Namespace

Drupal\path_alias

File

core/modules/path_alias/src/AliasWhitelistInterface.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\AliasPrefixListInterface instead.
 *
 * @see https://www.drupal.org/node/3467559
 */
interface AliasWhitelistInterface extends AliasPrefixListInterface {

}

Interfaces

Title Deprecated Summary
AliasWhitelistInterface

in drupal:11.1.0 and is removed from drupal:12.0.0. Use \Drupal\path_alias\AliasPrefixListInterface 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.