Version 1.4 (checked in on 2009/09/14 at 14:26:16 by agentken)
Menu Node API Manages relationships between the {node} and {menu_links} table.
| Name | Description |
|---|---|
| menu_node_delete | Delete a record from {menu_node} and run hook_menu_node_delete(). |
| menu_node_delete_form_submit | Custom form handler to react to menu item changes. |
| menu_node_delete_menu_form_submit | Custom form handler to react to custom menu changes. |
| menu_node_edit_form_submit | Custom form handler to react to menu changes. |
| menu_node_exists | Check to see if a specific nid/mlid combination exists. |
| menu_node_form_menu_delete_menu_confirm_alter | Implements hook_form_alter(). |
| menu_node_form_menu_edit_item_alter | Implements hook_form_alter(). |
| menu_node_form_menu_item_delete_form_alter | Implements hook_form_alter(). |
| menu_node_get_links | Get the relevant menu links for a node. |
| menu_node_get_links_by_menu | Get all menu links assigned to a specific menu. |
| menu_node_get_node | Get the relevant node object for a menu item. |
| menu_node_get_nodes_by_menu | Get all nodes assigned to a specific menu. |
| menu_node_get_parent | Return the parent item of a menu element. |
| menu_node_nodeapi | Implements hook_nodeapi(). |
| menu_node_save | Save records to the {menu_node} table. |
| menu_node_tree | Public function for generating a tree representation of nodes in a menu. |
| _menu_node_invoke | Wrapper function for module hooks. |
| _menu_node_tree | A private recursive sort function. |