You are here

Functions in Menu Node API 7

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_menu_node_invoke_delete ./menu_node.api.php When a node or its menu item are deleted, notify other modules.
hook_menu_node_invoke_insert ./menu_node.api.php When a menu item is created for a node, notify other modules.
hook_menu_node_invoke_update ./menu_node.api.php When a node or its menu item are updated, notify other modules.
menu_node_disable ./menu_node.install Implements hook_disable(). 2
menu_node_enable ./menu_node.install Implements hook_enable(). 2
menu_node_exists ./menu_node.module Check to see if a specific mlid exists. 1
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.
menu_node_get_node ./menu_node.module Get the relevant node object for a menu link. 2
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 link of a menu element. 1
menu_node_menu_link_delete ./menu_node.module Implements hook_menu_link_delete().
menu_node_menu_link_insert ./menu_node.module Implements hook_menu_link_insert().
menu_node_menu_link_update ./menu_node.module Implements hook_menu_link_update().
menu_node_node_load ./menu_node.module Implements hook_node_load().
menu_node_node_update ./menu_node.module Implements hook_node_update().
menu_node_record_delete ./menu_node.module (Deprecated) Delete a record from {menu_node} and run hook_menu_node_record_delete().
menu_node_record_delete_by_link ./menu_node.module Delete a record from {menu_node} by mlid and run hook_menu_node_record_delete(). 2
menu_node_record_delete_by_node ./menu_node.module Delete a record from {menu_node} by nid and run hook_menu_node_record_delete(). 1
menu_node_record_save ./menu_node.module Save records to the {menu_node} table. 2
menu_node_schema ./menu_node.install Implements hook_schema().
menu_node_test_get tests/menu_node_test.module Get the static value. 1
menu_node_test_menu_node_invoke_delete tests/menu_node_test.module Implements hook_menu_node_invoke_delete().
menu_node_test_menu_node_invoke_insert tests/menu_node_test.module Implements hook_menu_node_invoke_insert().
menu_node_test_menu_node_invoke_update tests/menu_node_test.module Implements hook_menu_node_invoke_update().
menu_node_test_set tests/menu_node_test.module Store static variables to indicate that hooks fired. 5
menu_node_tree ./menu_node.module Public function for generating a tree representation of nodes in a menu.
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_update_7100 ./menu_node.install Sync the {menu_node} table based on existing menu items.
_menu_node_invoke ./menu_node.module Wrapper function for module hooks. 4
_menu_node_tree ./menu_node.module A private recursive sort function. 1

Other projects