lock_wait |
drupal/includes/lock.inc |
Wait for a lock to be available. |
3 |
|
map_month |
drupal/includes/form.inc |
Helper function for usage with drupal_map_assoc to display month names. |
1 |
1 |
menu_block_info |
drupal/modules/menu/menu.module |
Implements hook_block_info(). |
|
|
menu_block_view |
drupal/modules/menu/menu.module |
Implements hook_block_view(). |
|
|
menu_block_view_alter |
drupal/modules/menu/menu.module |
Implements hook_block_view_alter(). |
|
|
menu_build_tree |
drupal/includes/menu.inc |
Builds a menu tree, translates links, and checks access. |
3 |
|
menu_cache_clear |
drupal/includes/menu.inc |
Clears the cached data for a single named menu. |
3 |
|
menu_cache_clear_all |
drupal/includes/menu.inc |
Clears all cached menu data. |
5 |
|
menu_configure |
drupal/modules/menu/menu.admin.inc |
Menu callback; Build the form presenting menu configuration options. |
|
1 |
menu_contextual_links |
drupal/includes/menu.inc |
Retrieves contextual links for a path based on registered local tasks. |
1 |
|
menu_custom_delete_submit |
drupal/modules/menu/menu.admin.inc |
Submit function for the 'Delete' button on the menu editing form. |
|
1 |
menu_delete |
drupal/modules/menu/menu.module |
Delete a custom menu and all contained links. |
1 |
|
menu_delete_links |
drupal/includes/menu.inc |
Deletes all links for a menu. |
3 |
|
menu_delete_menu_confirm |
drupal/modules/menu/menu.admin.inc |
Build a confirm form for deletion of a custom menu. |
|
1 |
menu_delete_menu_confirm_submit |
drupal/modules/menu/menu.admin.inc |
Delete a custom menu and all links in it. |
|
|
menu_delete_menu_page |
drupal/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/modules/menu/menu.admin.inc |
Menu callback; Build the menu link editing form. |
|
1 |
menu_edit_item_submit |
drupal/modules/menu/menu.admin.inc |
Process menu and menu item add/edit form submissions. |
|
|
menu_edit_item_validate |
drupal/modules/menu/menu.admin.inc |
Validate form values for a menu link being added or edited. |
|
|
menu_edit_menu |
drupal/modules/menu/menu.admin.inc |
Menu callback; Build the form that handles the adding/editing of a custom menu. |
|
1 |
menu_edit_menu_name_exists |
drupal/modules/menu/menu.admin.inc |
Returns whether a menu name already exists. |
|
1 |
menu_edit_menu_submit |
drupal/modules/menu/menu.admin.inc |
Submit function for adding or editing a custom menu. |
|
|
menu_enable |
drupal/modules/menu/menu.module |
Implements hook_enable(). |
|
|
menu_execute_active_handler |
drupal/includes/menu.inc |
Execute the page callback associated with the current path. |
6 |
|
menu_form_node_form_alter |
drupal/modules/menu/menu.module |
Implements hook_form_BASE_FORM_ID_alter(). |
|
|
menu_form_node_type_form_alter |
drupal/modules/menu/menu.module |
Implements hook_form_FORM_ID_alter(). |
|
|
menu_get_active_breadcrumb |
drupal/includes/menu.inc |
Gets the breadcrumb for the current page, as determined by the active trail. |
2 |
|
menu_get_active_help |
drupal/includes/menu.inc |
Returns the help associated with the active menu item. |
1 |
|
menu_get_active_menu_names |
drupal/includes/menu.inc |
Gets the active menu for the current page. |
2 |
|
menu_get_active_title |
drupal/includes/menu.inc |
Gets the title of the current page, as determined by the active trail. |
1 |
1 |
menu_get_active_trail |
drupal/includes/menu.inc |
Gets the active trail (path to root menu root) of the current page. |
5 |
|
menu_get_ancestors |
drupal/includes/menu.inc |
Returns the ancestors (and relevant placeholders) for any given path. |
2 |
|
menu_get_custom_theme |
drupal/includes/menu.inc |
Gets the custom theme for the current page, if there is one. |
3 |
|
menu_get_item |
drupal/includes/menu.inc |
Gets a router item. |
31 |
|
menu_get_menus |
drupal/modules/menu/menu.module |
Return an associative array of the custom menus names. |
9 |
|
menu_get_names |
drupal/includes/menu.inc |
Build a list of named menus. |
2 |
1 |
menu_get_object |
drupal/includes/menu.inc |
Gets a loaded object from a router item. |
8 |
|
menu_get_router |
drupal/includes/menu.inc |
Gets the menu router. |
2 |
|
menu_help |
drupal/modules/menu/menu.module |
Implements hook_help(). |
|
|
menu_install |
drupal/modules/menu/menu.install |
Implements hook_install(). |
|
|
menu_item_delete_form |
drupal/modules/menu/menu.admin.inc |
Build a confirm form for deletion of a single menu link. |
|
1 |
menu_item_delete_form_submit |
drupal/modules/menu/menu.admin.inc |
Process menu delete form submissions. |
|
|
menu_item_delete_page |
drupal/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/modules/menu/menu.admin.inc |
Submit function for the delete button on the menu item editing form. |
|
1 |
menu_links_clone |
drupal/includes/menu.inc |
Clones an array of menu links. |
2 |
|
menu_link_children_relative_depth |
drupal/includes/menu.inc |
Finds the depth of an item's children relative to its depth. |
3 |
|
menu_link_delete |
drupal/includes/menu.inc |
Delete one or several menu links. |
9 |
|
menu_link_get_preferred |
drupal/includes/menu.inc |
Looks up the preferred menu link for a given system path. |
2 |
1 |
menu_link_load |
drupal/includes/menu.inc |
Gets a translated, access-checked menu link that is ready for rendering. |
9 |
|
menu_link_maintain |
drupal/includes/menu.inc |
Inserts, updates, or deletes an uncustomized menu link related to a module. |
3 |
|