interface AliasWhitelistInterface

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

Cache a list of valid alias prefixes.

Hierarchy

Expanded class hierarchy of AliasWhitelistInterface

All classes that implement AliasWhitelistInterface

Deprecated

in drupal:11.1.0 and is removed from drupal:12.0.0. Use \Drupal\path_alias\AliasPrefixListInterface instead.

See also

https://www.drupal.org/node/3467559

File

core/modules/path_alias/src/AliasWhitelistInterface.php, line 15

Namespace

Drupal\path_alias
View source
interface AliasWhitelistInterface extends AliasPrefixListInterface {

}

Members

Title Sort descending Modifiers Object type Summary Overrides
CacheCollectorInterface::clear public function Clears the collected cache entry. 2
CacheCollectorInterface::delete public function Deletes the element. 2
CacheCollectorInterface::get public function Gets value from the cache. 2
CacheCollectorInterface::has public function Returns whether data exists for this key. 2
CacheCollectorInterface::reset public function Resets the local cache. 2
CacheCollectorInterface::set public function Sets cache data. 2

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