interface AliasWhitelistInterface in Drupal 8
Same name in this branch
- 8 core/modules/path_alias/src/AliasWhitelistInterface.php \Drupal\path_alias\AliasWhitelistInterface
- 8 core/lib/Drupal/Core/Path/AliasWhitelistInterface.php \Drupal\Core\Path\AliasWhitelistInterface
Cache the alias whitelist.
Hierarchy
- interface \Drupal\Core\Cache\CacheCollectorInterface
- interface \Drupal\Core\Path\AliasWhitelistInterface
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\PathView source
interface AliasWhitelistInterface extends CacheCollectorInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CacheCollectorInterface:: |
public | function | Clears the collected cache entry. | |
CacheCollectorInterface:: |
public | function | Deletes the element. | |
CacheCollectorInterface:: |
public | function | Gets value from the cache. | |
CacheCollectorInterface:: |
public | function | Returns whether data exists for this key. | |
CacheCollectorInterface:: |
public | function | Resets the local cache. | |
CacheCollectorInterface:: |
public | function | Sets cache data. |