AliasWhitelistInterface.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\Core\PathFile
-
core/
lib/ Drupal/ Core/ Path/ AliasWhitelistInterface.php
View source
<?php
namespace Drupal\Core\Path;
use Drupal\Core\Cache\CacheCollectorInterface;
/**
* Cache the alias whitelist.
*
* @deprecated in drupal:8.8.0 and is removed from drupal:9.0.0.
* Use \Drupal\path_alias\AliasWhitelistInterface.
*
* @see https://www.drupal.org/node/3092086
*/
interface AliasWhitelistInterface extends CacheCollectorInterface {
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
AliasWhitelistInterface | in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\path_alias\AliasWhitelistInterface. |
Cache the alias whitelist. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.