function system_path_insert in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/system.module \system_path_insert()
Implements hook_path_insert().
File
- core/
modules/ system/ system.module, line 1419 - Configuration system that lets administrators modify the workings of the site.
Code
function system_path_insert() {
\Drupal::service('path.alias_manager')
->cacheClear();
}