[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/modules/menu/ -> menu.module (summary)

(no description)

File Size: 454 lines (18 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 16 functions

  menu_help()
  menu_perm()
  menu_menu()
  menu_theme()
  menu_enable()
  menu_overview_title()
  menu_load()
  menu_parent_options()
  _menu_parents_recurse()
  menu_reset_item()
  menu_block()
  menu_nodeapi()
  _menu_parent_depth_limit()
  menu_form_alter()
  menu_node_form_submit()
  menu_get_menus()

Functions
Functions that are not part of a class:

menu_help($path, $arg)   X-Ref
Implementation of hook_help().


menu_perm()   X-Ref
Implementation of hook_perm().


menu_menu()   X-Ref
Implementation of hook_menu().


menu_theme()   X-Ref
Implemenation of hook_theme().


menu_enable()   X-Ref
Implementation of hook_enable()

Add a link for each custom menu.

menu_overview_title($menu)   X-Ref
Title callback for the menu overview page and links.


menu_load($menu_name)   X-Ref
Load the data for a single custom menu.


menu_parent_options($menus, $item)   X-Ref
Return a list of menu items that are valid possible parents for the given menu item.

param: $menus
param: $item
return:

_menu_parents_recurse($tree, $menu_name, $indent, &$options, $exclude, $depth_limit)   X-Ref
Recursive helper function for menu_parent_options().


menu_reset_item($item)   X-Ref
Reset a system-defined menu item.


menu_block($op = 'list', $delta = 0)   X-Ref
Implementation of hook_block().


menu_nodeapi(&$node, $op)   X-Ref
Implementation of hook_nodeapi().


_menu_parent_depth_limit($item)   X-Ref
Find the depth limit for items in the parent select.


menu_form_alter(&$form, $form_state, $form_id)   X-Ref
Implementation of hook_form_alter(). Adds menu item fields to the node form.


menu_node_form_submit($form, &$form_state)   X-Ref
Decompose the selected menu parent option into the menu_name and plid.


menu_get_menus($all = TRUE)   X-Ref
Return an associative array of the custom menus names.

param: $all
return:



Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7