| menu_block | drupal/modules/menu/menu.module | Implementation of hook_block(). |
| menu_block | drupal/modules/menu/menu.module | Implementation of hook_block(). |
| menu_confirm_disable_item | drupal/modules/menu/menu.module | Menu callback; hide a menu item. |
| menu_confirm_disable_item | drupal/modules/menu/menu.module | Menu callback; hide a menu item. |
| menu_get_active_breadcrumb | drupal/includes/menu.inc | Returns an array of rendered menu items in the active breadcrumb trail. |
| menu_get_active_breadcrumb | drupal/includes/menu.inc | Returns an array of rendered menu items in the active breadcrumb trail. |
| menu_get_active_nontask_item | drupal/includes/menu.inc | Returns the ID of the current menu item or, if the current item is a
local task, the menu item to which this task is attached. |
| menu_get_active_nontask_item | drupal/includes/menu.inc | Returns the ID of the current menu item or, if the current item is a
local task, the menu item to which this task is attached. |
| menu_get_active_title | drupal/includes/menu.inc | Returns the title of the active menu item. |
| menu_get_active_title | drupal/includes/menu.inc | Returns the title of the active menu item. |
| menu_get_item | drupal/includes/menu.inc | Retrieves the menu item specified by $mid, or by $path if $mid is not given. |
| menu_get_menu | drupal/includes/menu.inc | Return the menu data structure. |
| menu_get_menu | drupal/includes/menu.inc | Return the menu data structure. |
| menu_item_link | drupal/includes/menu.inc | Returns the rendered link to a menu item. |
| menu_item_link | drupal/includes/menu.inc | Returns the rendered link to a menu item. |
| menu_parent_options | drupal/modules/menu/menu.module | Return a list of menu items that are valid possible parents for the
given menu item. The list excludes the given item and its children. |
| menu_parent_options | drupal/modules/menu/menu.module | Return a list of menu items that are valid possible parents for the
given menu item. The list excludes the given item and its children. |
| menu_rebuild | drupal/includes/menu.inc | Populate the database representation of the menu. |
| menu_rebuild | drupal/includes/menu.inc | Populate the database representation of the menu. |
| menu_save_item | drupal/modules/menu/menu.module | Save a menu item to the database. |
| menu_save_item | drupal/modules/menu/menu.module | Save a menu item to the database. |
| menu_set_active_item | drupal/includes/menu.inc | Sets the path of the active menu item. |
| menu_set_active_item | drupal/includes/menu.inc | Sets the path of the active menu item. |
| system_admin_menu_block | drupal/modules/system/system.module | Provide a single block on the administration overview page. |
| system_admin_menu_block | drupal/modules/system/system.module | Provide a single block on the administration overview page. |
| system_admin_menu_block_page | drupal/modules/system/system.module | Provide a single block from the administration menu as a page.
This function is often a destination for these blocks.
For example, 'admin/content/types' needs to have a destination to be valid
in the Drupal menu system, but too much... |
| system_admin_menu_block_page | drupal/modules/system/system.module | Provide a single block from the administration menu as a page.
This function is often a destination for these blocks.
For example, 'admin/content/types' needs to have a destination to be valid
in the Drupal menu system, but too much... |
| system_main_admin_page | drupal/modules/system/system.module | Provide the administration overview page. |
| system_main_admin_page | drupal/modules/system/system.module | Provide the administration overview page. |
| system_settings_overview | drupal/modules/system/system.module | Menu callback; displays a module's settings page. |
| system_settings_overview | drupal/modules/system/system.module | Menu callback; displays a module's settings page. |
| _menu_get_active_trail | drupal/includes/menu.inc | Returns an array with the menu items that lead to the current menu item. |
| _menu_get_active_trail | drupal/includes/menu.inc | Returns an array with the menu items that lead to the current menu item. |