function AliasManager::setCacheKey
Sets the cache key for the preload alias cache.
Deprecated
in drupal:11.3.0 and is removed from drupal:13.0.0. There is no replacement.
See also
https://www.drupal.org/node/3532412
File
-
core/
modules/ path_alias/ src/ AliasManager.php, line 57
Class
- AliasManager
- The default alias manager implementation.
Namespace
Drupal\path_aliasCode
public function setCacheKey($key) {
@trigger_error(__METHOD__ . ' is deprecated in drupal:11.3.0 and is removed from drupal:13.0.0. There is no replacement. See https://www.drupal.org/node/3532412', E_USER_DEPRECATED);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.