You are here

Functions in Drupal 4

Primary tabs

Namesort descending Location Description Direct uses Strings
locale_refresh_cache modules/locale.module Refreshes database stored cache of translations. 3
locale_string_delete_confirm_submit modules/locale.module
locale_string_search modules/locale.module Page handler for the string search. 1
locale_supported_languages modules/locale.module Returns list of languages supported on this site. 15
locale_user modules/locale.module Implementation of hook_user().
map_month includes/form.inc Helper function for usage with drupal_map_assoc to display month names. 1 1
menu_block modules/menu.module Implementation of hook_block().
menu_configure modules/menu.module Menu callback; presents menu configuration options. 1
menu_confirm_delete_form_submit modules/menu.module Process menu delete form submissions.
menu_delete_item modules/menu.module Delete a menu item from the database. If $item['mid'] is specified, then this is used to find the existing item; otherwise, $item['path'] is used. 3
menu_disable_confirm_submit modules/menu.module
menu_disable_item modules/menu.module Menu callback; hide a menu item. 1
menu_edit_item_form modules/menu.module Present the menu item editing form. 2
menu_edit_item_form_submit modules/menu.module Process menu and menu item add/edit form submissions.
menu_edit_item_save modules/menu.module Save changes to a menu item into the database. 2
menu_edit_menu_form modules/menu.module Menu callback; handle the adding/editing of a new menu. 1
menu_execute_active_handler includes/menu.inc Execute the handler associated with the active menu item. 3
menu_form_alter modules/menu.module Implementation of hook_form_alter(). Add menu item fields to the node form.
menu_get_active_breadcrumb includes/menu.inc Returns an array of rendered menu items in the active breadcrumb trail. 1
menu_get_active_help includes/menu.inc Returns the help associated with the active menu item. 2
menu_get_active_item includes/menu.inc Returns the ID of the active menu item. 4
menu_get_active_nontask_item 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. 4
menu_get_active_title includes/menu.inc Returns the title of the active menu item. 1 1
menu_get_item includes/menu.inc Retrieves the menu item specified by $mid, or by $path if $mid is not given. 13
menu_get_local_tasks includes/menu.inc Return the local task tree. 2
menu_get_menu includes/menu.inc Return the menu data structure. 12
menu_get_root_menus includes/menu.inc Retrieves the menu ID and title of all root menus. 3
menu_help modules/menu.module Implementation of hook_help().
menu_in_active_trail includes/menu.inc Returns true when the menu item is in the active trail. 3
menu_in_active_trail_in_submenu includes/menu.inc Returns true when the menu item is in the active trail within a specific subsection of the menu tree. 1
menu_item_delete_form modules/menu.module Menu callback; delete a single custom item. 1
menu_item_link includes/menu.inc Returns the rendered link to a menu item. 4
menu_menu modules/menu.module Implementation of hook_menu().
menu_nodeapi modules/menu.module Implementation of hook_nodeapi().
menu_node_form_delete modules/menu.module Remove the menu item. 1
menu_overview modules/menu.module Menu callback; present the main menu management page. 1
menu_overview_tree modules/menu.module Present the menu tree, rendered along with links to edit menu items. 1
menu_overview_tree_rows modules/menu.module 1
menu_parent_options modules/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. 2
menu_perm modules/menu.module Implementation of hook_perm().
menu_primary_links includes/menu.inc Returns an array containing the primary links. Can optionally descend from the root of the Primary links menu towards the current node for a specified number of levels and return that submenu. Used to generate a primary/secondary menu from different… 3
menu_primary_local_tasks includes/menu.inc Returns the rendered HTML of the primary local tasks. 1
menu_rebuild includes/menu.inc Populate the database representation of the menu. 10
menu_reset_item modules/menu.module Menu callback; reset a single modified item. 1
menu_reset_item_form_submit modules/menu.module Process menu reset item form submissions.
menu_save_item modules/menu.module Save a menu item to the database. 2
menu_secondary_links includes/menu.inc Returns an array containing the secondary links. Secondary links can be either a second level of the Primary links menu or generated from their own menu. 2
menu_secondary_local_tasks includes/menu.inc Returns the rendered HTML of the secondary local tasks. 1
menu_set_active_item includes/menu.inc Sets the path of the active menu item. 4
menu_set_location includes/menu.inc Change the current menu location of the user. 6

Pages

Other projects