| menu_node_delete | ./menu_node.module | Delete a record from {menu_node} and run hook_menu_node_delete(). |
| menu_node_delete_form_submit | ./menu_node.module | Custom form handler to react to menu item changes. |
| menu_node_delete_menu_form_submit | ./menu_node.module | Custom form handler to react to custom menu changes. |
| menu_node_disable | ./menu_node.install | Implements hook_disable(). |
| menu_node_edit_form_submit | ./menu_node.module | Custom form handler to react to menu changes. |
| menu_node_enable | ./menu_node.install | Implements hook_enable(). |
| menu_node_exists | ./menu_node.module | Check to see if a specific nid/mlid combination exists. |
| menu_node_form_menu_delete_menu_confirm_alter | ./menu_node.module | Implements hook_form_alter(). |
| menu_node_form_menu_edit_item_alter | ./menu_node.module | Implements hook_form_alter(). |
| menu_node_form_menu_item_delete_form_alter | ./menu_node.module | Implements hook_form_alter(). |
| menu_node_get_links | ./menu_node.module | Get the relevant menu links for a node. |
| menu_node_get_links_by_menu | ./menu_node.module | Get all menu links assigned to a specific menu. |
| menu_node_get_node | ./menu_node.module | Get the relevant node object for a menu item. |
| menu_node_get_nodes_by_menu | ./menu_node.module | Get all nodes assigned to a specific menu. |
| menu_node_get_parent | ./menu_node.module | Return the parent item of a menu element. |
| menu_node_install | ./menu_node.install | Implements hook_install(). |
| menu_node_nodeapi | ./menu_node.module | Implements hook_nodeapi(). |
| menu_node_save | ./menu_node.module | Save records to the {menu_node} table. |
| menu_node_schema | ./menu_node.install | Implements hook_schema(). |
| menu_node_tree | ./menu_node.module | Public function for generating a tree representation of nodes in a menu. |
| menu_node_uninstall | ./menu_node.install | Implements hook_uninstall() |
| menu_node_update_6000 | ./menu_node.install | Update function to remove book module entries. |
| _menu_node_invoke | ./menu_node.module | Wrapper function for module hooks. |
| _menu_node_tree | ./menu_node.module | A private recursive sort function. |