|
map_month |
drupal-6.x/includes/form.inc |
Helper function for usage with drupal_map_assoc to display month names. |
1 |
1 |
|
menu_block |
drupal-6.x/modules/menu/menu.module |
Implementation of hook_block(). |
|
|
|
menu_cache_clear |
drupal-6.x/includes/menu.inc |
Clears the cached cached data for a single named menu. |
3 |
|
|
menu_cache_clear_all |
drupal-6.x/includes/menu.inc |
Clears all cached menu data. This should be called any time broad changes
might have been made to the router items or menu links. |
4 |
|
|
menu_configure |
drupal-6.x/modules/menu/menu.admin.inc |
Menu callback; Build the form presenting menu configuration options. |
|
1 |
|
menu_custom_delete_submit |
drupal-6.x/modules/menu/menu.admin.inc |
Submit function for the 'Delete' button on the menu editing form. |
|
1 |
|
menu_delete_menu_confirm |
drupal-6.x/modules/menu/menu.admin.inc |
Build a confirm form for deletion of a custom menu. |
|
1 |
|
menu_delete_menu_confirm_submit |
drupal-6.x/modules/menu/menu.admin.inc |
Delete a custom menu and all items in it. |
|
|
|
menu_delete_menu_page |
drupal-6.x/modules/menu/menu.admin.inc |
Menu callback; check access and get a confirm form for deletion of a custom menu. |
|
1 |
|
menu_edit_item |
drupal-6.x/modules/menu/menu.admin.inc |
Menu callback; Build the menu link editing form. |
|
1 |
|
menu_edit_item_submit |
drupal-6.x/modules/menu/menu.admin.inc |
Process menu and menu item add/edit form submissions. |
|
|
|
menu_edit_item_validate |
drupal-6.x/modules/menu/menu.admin.inc |
Validate form values for a menu link being added or edited. |
|
|
|
menu_edit_menu |
drupal-6.x/modules/menu/menu.admin.inc |
Menu callback; Build the form that handles the adding/editing of a custom menu. |
|
1 |
|
menu_edit_menu_submit |
drupal-6.x/modules/menu/menu.admin.inc |
Submit function for adding or editing a custom menu. |
|
|
|
menu_edit_menu_validate |
drupal-6.x/modules/menu/menu.admin.inc |
Validates the human and machine-readable names when adding or editing a menu. |
|
|
|
menu_enable |
drupal-6.x/modules/menu/menu.module |
Implementation of hook_enable() |
1 |
1 |
|
menu_execute_active_handler |
drupal-6.x/includes/menu.inc |
Execute the page callback associated with the current path |
4 |
|
|
menu_form_alter |
drupal-6.x/modules/menu/menu.module |
Implementation of hook_form_alter(). Adds menu item fields to the node form. |
|
|
|
menu_get_active_breadcrumb |
drupal-6.x/includes/menu.inc |
Get the breadcrumb for the current page, as determined by the active trail. |
1 |
|
|
menu_get_active_help |
drupal-6.x/includes/menu.inc |
Returns the help associated with the active menu item. |
2 |
|
|
menu_get_active_menu_name |
drupal-6.x/includes/menu.inc |
Get the active menu for the current page - determines the active trail. |
1 |
|
|
menu_get_active_title |
drupal-6.x/includes/menu.inc |
Get the title of the current page, as determined by the active trail. |
1 |
1 |
|
menu_get_active_trail |
drupal-6.x/includes/menu.inc |
Gets the active trail (path to root menu root) of the current page. |
2 |
|
|
menu_get_ancestors |
drupal-6.x/includes/menu.inc |
Returns the ancestors (and relevant placeholders) for any given path. |
2 |
|
|
menu_get_item |
drupal-6.x/includes/menu.inc |
Get a router item. |
14 |
|
|
menu_get_menus |
drupal-6.x/modules/menu/menu.module |
Return an associative array of the custom menus names. |
4 |
|
|
menu_get_names |
drupal-6.x/includes/menu.inc |
Build a list of named menus. |
|
|
|
menu_get_object |
drupal-6.x/includes/menu.inc |
Get a loaded object from a router item. |
2 |
|
|
menu_help |
drupal-6.x/modules/menu/menu.module |
Implementation of hook_help(). |
|
|
|
menu_install |
drupal-6.x/modules/menu/menu.install |
Implementation of hook_install(). |
|
|
|
menu_item_delete_form |
drupal-6.x/modules/menu/menu.admin.inc |
Build a confirm form for deletion of a single menu link. |
|
1 |
|
menu_item_delete_form_submit |
drupal-6.x/modules/menu/menu.admin.inc |
Process menu delete form submissions. |
|
|
|
menu_item_delete_page |
drupal-6.x/modules/menu/menu.admin.inc |
Menu callback; Check access and present a confirm form for deleting a menu link. |
|
1 |
|
menu_item_delete_submit |
drupal-6.x/modules/menu/menu.admin.inc |
Submit function for the delete button on the menu item editing form. |
|
1 |
|
menu_link_children_relative_depth |
drupal-6.x/includes/menu.inc |
Find the depth of an item's children relative to its depth. |
3 |
|
|
menu_link_delete |
drupal-6.x/includes/menu.inc |
Delete one or several menu links. |
6 |
|
|
menu_link_load |
drupal-6.x/includes/menu.inc |
Get a menu link by its mlid, access checked and link translated for rendering. |
3 |
|
|
menu_link_maintain |
drupal-6.x/includes/menu.inc |
Insert, update or delete an uncustomized menu link related to a module. |
1 |
|
|
menu_link_save |
drupal-6.x/includes/menu.inc |
Save a menu link. |
13 |
|
|
menu_list_system_menus |
drupal-6.x/includes/menu.inc |
Return an array containing the names of system-defined (default) menus. |
4 |
|
|
menu_load |
drupal-6.x/modules/menu/menu.module |
Load the data for a single custom menu. |
|
|
|
menu_local_tasks |
drupal-6.x/includes/menu.inc |
Collects the local tasks (tabs) for a given level. |
3 |
3 |
|
menu_menu |
drupal-6.x/modules/menu/menu.module |
Implementation of hook_menu(). |
|
|
|
menu_navigation_links |
drupal-6.x/includes/menu.inc |
Return an array of links for a navigation menu. |
2 |
|
|
menu_nodeapi |
drupal-6.x/modules/menu/menu.module |
Implementation of hook_nodeapi(). |
|
|
|
menu_node_form_submit |
drupal-6.x/modules/menu/menu.module |
Decompose the selected menu parent option into the menu_name and plid. |
|
1 |
|
menu_overview_form |
drupal-6.x/modules/menu/menu.admin.inc |
Form for editing an entire menu tree at once. |
|
2 |
|
menu_overview_form_submit |
drupal-6.x/modules/menu/menu.admin.inc |
Submit handler for the menu overview form. |
|
|
|
menu_overview_page |
drupal-6.x/modules/menu/menu.admin.inc |
Menu callback which shows an overview page of all the custom menus and their descriptions. |
|
1 |
|
menu_overview_title |
drupal-6.x/modules/menu/menu.module |
Title callback for the menu overview page and links. |
|
1 |