You are here

Functions in Menu Node API 6

Primary tabs

Namesort descending Location Description Direct uses Strings
menu_node_delete ./menu_node.module Delete a record from {menu_node} and run hook_menu_node_delete(). 4
menu_node_delete_form_submit ./menu_node.module Custom form handler to react to menu item changes. 1
menu_node_delete_menu_form_submit ./menu_node.module Custom form handler to react to custom menu changes. 1
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. 1
menu_node_enable ./menu_node.install Implements hook_enable().
menu_node_exists ./menu_node.module Check to see if a specific mlid exists. 1
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. 2
menu_node_get_links_by_menu ./menu_node.module Get all menu links assigned to a specific menu. 1
menu_node_get_node ./menu_node.module Get the relevant node object for a menu item. 3
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. 1
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. 2
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_update_6001 ./menu_node.install Erase bad records from the {menu_node} table.
menu_node_update_6002 ./menu_node.install Update to the new schema with only mlid as primary key. 1
menu_node_update_6003 ./menu_node.install Correct for duplicate mlids with unique nids.
menu_node_update_6004 ./menu_node.install Repeat update_6002, which failed on some systems.
_menu_node_invoke ./menu_node.module Wrapper function for module hooks. 1
_menu_node_tree ./menu_node.module A private recursive sort function. 1

Other projects