Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
drupal_mail_system drupal/includes/mail.inc Returns an object that implements the MailSystemInterface interface. 1
drupal_wrap_mail drupal/includes/mail.inc Performs format=flowed soft wrapping for mail (RFC 3676). 5
drupal_html_to_text drupal/includes/mail.inc Transforms an HTML string into plain text, preserving its structure. 7
_drupal_wrap_mail_line drupal/includes/mail.inc Wraps words on a single line. 1 1
_drupal_html_to_mail_urls drupal/includes/mail.inc Keeps track of URLs and replaces them with placeholder tokens. 1 1
_drupal_html_to_text_clean drupal/includes/mail.inc Replaces non-quotation markers from a given piece of indentation with spaces. 1 1
_drupal_html_to_text_pad drupal/includes/mail.inc Pads the last line with the given character. 1
menu_tree_get_path drupal/includes/menu.inc Gets the path for determining the active trail of the specified menu tree. 1
menu_tree_page_data drupal/includes/menu.inc Gets the data structure for a named menu tree, based on the current page. 3 1
menu_build_tree drupal/includes/menu.inc Builds a menu tree, translates links, and checks access. 3
_menu_build_tree drupal/includes/menu.inc Builds a menu tree. 1 1
menu_tree_collect_node_links drupal/includes/menu.inc Collects node links from a given menu tree recursively. 3
_menu_check_rebuild drupal/includes/menu.inc Checks whether a menu_rebuild() is necessary. 2
menu_tree_check_access drupal/includes/menu.inc Checks access and performs dynamic operations for each link in the tree. 3
_menu_tree_check_access drupal/includes/menu.inc Sorts the menu tree and recursively checks access for each item. 1
menu_tree_data drupal/includes/menu.inc Sorts and returns the built data representing a menu tree. 4
_menu_tree_data drupal/includes/menu.inc Builds the data representing a menu tree. 1
template_preprocess_menu_tree drupal/includes/menu.inc Implements template_preprocess_HOOK() for theme_menu_tree().
theme_menu_tree drupal/includes/menu.inc Returns HTML for a wrapper for a menu sub-tree.
theme_menu_link drupal/includes/menu.inc Returns HTML for a menu link and submenu.
theme_menu_local_task drupal/includes/menu.inc Returns HTML for a single local task link.
theme_menu_local_action drupal/includes/menu.inc Returns HTML for a single local action link.
drupal_help_arg drupal/includes/menu.inc Generates elements for the $arg array in the help hook. 5
menu_get_active_help drupal/includes/menu.inc Returns the help associated with the active menu item. 1
menu_get_custom_theme drupal/includes/menu.inc Gets the custom theme for the current page, if there is one. 3
menu_set_custom_theme drupal/includes/menu.inc Sets a custom theme for the current page, if there is one. 1
menu_get_names drupal/includes/menu.inc Build a list of named menus. 2 1
menu_list_system_menus drupal/includes/menu.inc Returns an array containing the names of system-defined (default) menus. 12
menu_main_menu drupal/includes/menu.inc Returns an array of links to be rendered as the Main menu. 1
menu_secondary_menu drupal/includes/menu.inc Returns an array of links to be rendered as the Secondary links. 1
menu_navigation_links drupal/includes/menu.inc Returns an array of links for a navigation menu. 2
menu_local_tasks drupal/includes/menu.inc Collects the local tasks (tabs), action links, and the root path. 4
menu_contextual_links drupal/includes/menu.inc Retrieves contextual links for a path based on registered local tasks. 1
menu_primary_local_tasks drupal/includes/menu.inc Returns the rendered local tasks at the top level. 2
menu_secondary_local_tasks drupal/includes/menu.inc Returns the rendered local tasks at the second level. 1
menu_local_actions drupal/includes/menu.inc Returns the rendered local actions at the current level. 1
menu_tab_root_path drupal/includes/menu.inc Returns the router path, or the path for a default local task's parent. 1
menu_local_tabs drupal/includes/menu.inc Returns a renderable element for the primary and secondary tabs. 1
theme_menu_local_tasks drupal/includes/menu.inc Returns HTML for primary and secondary local tasks.
menu_set_active_menu_names drupal/includes/menu.inc Sets (or gets) the active menu for the current page. 2
menu_get_active_menu_names drupal/includes/menu.inc Gets the active menu for the current page. 2
menu_set_active_item drupal/includes/menu.inc Sets the active path, which determines which page is loaded. 2
menu_set_active_trail drupal/includes/menu.inc Sets the active trail (path to the menu tree root) of the current page. 1 1
menu_link_get_preferred drupal/includes/menu.inc Looks up the preferred menu link for a given system path. 2 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_active_breadcrumb drupal/includes/menu.inc Gets the breadcrumb for the current page, as determined by the active trail. 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_link_load drupal/includes/menu.inc Gets a translated, access-checked menu link that is ready for rendering. 9
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

Pages

Other projects