interface AliasWhitelistInterface
Cache the alias whitelist.
Hierarchy
- interface \Drupal\Core\Cache\CacheCollectorInterface
- interface \Drupal\Core\Path\AliasWhitelistInterface extends \Drupal\Core\Cache\CacheCollectorInterface
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
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
CacheCollectorInterface::clear | public | function | Clears the collected cache entry. | 1 |
CacheCollectorInterface::delete | public | function | Deletes the element. | 1 |
CacheCollectorInterface::get | public | function | Gets value from the cache. | 1 |
CacheCollectorInterface::has | public | function | Returns whether data exists for this key. | 1 |
CacheCollectorInterface::reset | public | function | Resets the local cache. | 1 |
CacheCollectorInterface::set | public | function | Sets cache data. | 1 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.