menu.api.php

Version 1.24 (checked in on 2010/01/30 at 07:59:25 by dries)

Hooks provided by the Menu module.

Functions

NameDescription
hook_menuDefine menu items and page callbacks.
hook_menu_alterAlter the data being saved to the {menu_router} table after hook_menu is invoked.
hook_menu_contextual_links_alterAlter contextual links before they are rendered.
hook_menu_deleteInforms modules that a custom menu was deleted.
hook_menu_insertInforms modules that a custom menu was created.
hook_menu_link_alterAlter the data being saved to the {menu_links} table by menu_link_save().
hook_menu_link_deleteInform modules that a menu link has been deleted.
hook_menu_link_insertInform modules that a menu link has been created.
hook_menu_link_updateInform modules that a menu link has been updated.
hook_menu_local_tasks_alterAlter tabs and actions displayed on the page before they are rendered.
hook_menu_updateInforms modules that a custom menu was updated.
hook_translated_menu_link_alterAlter a menu link after it's translated, but before it's rendered.