You are here

function system_path_update in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/system.module \system_path_update()

Implements hook_path_update().

File

core/modules/system/system.module, line 1412
Configuration system that lets administrators modify the workings of the site.

Code

function system_path_update() {
  \Drupal::service('path.alias_manager')
    ->cacheClear();
}