You are here

function menu_link_content_path_delete in Zircon Profile 8.0

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

Implements hook_path_delete().

File

core/modules/menu_link_content/menu_link_content.module, line 82
Allows administrators to create custom menu links.

Code

function menu_link_content_path_delete($path) {
  _menu_link_content_update_path_alias($path['alias']);
}