You are here

interface AliasWhitelistInterface in Drupal 8

Same name in this branch
  1. 8 core/modules/path_alias/src/AliasWhitelistInterface.php \Drupal\path_alias\AliasWhitelistInterface
  2. 8 core/lib/Drupal/Core/Path/AliasWhitelistInterface.php \Drupal\Core\Path\AliasWhitelistInterface

Cache the alias whitelist.

Hierarchy

Expanded class hierarchy of AliasWhitelistInterface

All classes that implement AliasWhitelistInterface

Deprecated

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

See also

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

1 file declares its use of AliasWhitelistInterface
AliasWhitelistInterface.php in core/modules/path_alias/src/AliasWhitelistInterface.php

File

core/lib/Drupal/Core/Path/AliasWhitelistInterface.php, line 15

Namespace

Drupal\Core\Path
View source
interface AliasWhitelistInterface extends CacheCollectorInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
CacheCollectorInterface::clear public function Clears the collected cache entry.
CacheCollectorInterface::delete public function Deletes the element.
CacheCollectorInterface::get public function Gets value from the cache.
CacheCollectorInterface::has public function Returns whether data exists for this key.
CacheCollectorInterface::reset public function Resets the local cache.
CacheCollectorInterface::set public function Sets cache data.