system_path_delete($path)
Implements hook_path_delete().
File
- core/modules/system/system.module, line 1445
- Configuration system that lets administrators modify the workings of the site.
Code
function system_path_delete($path) {
\Drupal::service('path.alias_manager')->cacheClear($path['source']);
}
Please login to continue.