function system_path_update in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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();
}