You are here

function system_path_delete in Zircon Profile 8.0

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

Implements hook_path_delete().

File

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

Code

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