function AliasManager::writeCache

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Path/AliasManager.php \Drupal\Core\Path\AliasManager::writeCache()
  2. 10 core/modules/path_alias/src/AliasManager.php \Drupal\path_alias\AliasManager::writeCache()
  3. 9 core/modules/path_alias/src/AliasManager.php \Drupal\path_alias\AliasManager::writeCache()

Writes to the per-page system path 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 69

Class

AliasManager
The default alias manager implementation.

Namespace

Drupal\path_alias

Code

public function writeCache() {
  @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.