Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
db_run_tasks drupal/core/includes/install.inc Ensures the environment for a Drupal database on a predefined connection. 1
db_installer_object drupal/core/includes/install.inc Returns a database installer object. 1
language_types_initialize drupal/core/includes/language.inc Chooses a language based on language negotiation method settings. 1
language_types_info drupal/core/includes/language.inc Returns information about all defined language types. 7 4
language_types_get_configurable drupal/core/includes/language.inc Returns only the configurable language types. 9 1
language_types_disable drupal/core/includes/language.inc Disables the given language types.
language_types_set drupal/core/includes/language.inc Updates the language type configuration. 2
language_negotiation_method_get_first drupal/core/includes/language.inc Returns the ID of the language type's first language negotiation method. 2
language_negotiation_method_enabled drupal/core/includes/language.inc Checks whether a language negotiation method is enabled for a language type. 2
language_negotiation_get_switch_links drupal/core/includes/language.inc Returns the language switch links for the given language type. 4
language_negotiation_purge drupal/core/includes/language.inc Removes any language negotiation methods that are no longer defined. 1
language_negotiation_set drupal/core/includes/language.inc Saves a list of language negotiation methods for a language type. 7
language_negotiation_info drupal/core/includes/language.inc Returns all defined language negotiation methods. 5 3
language_negotiation_method_invoke drupal/core/includes/language.inc Invokes a language negotiation method and caches the results. 1
language_from_selected drupal/core/includes/language.inc Identifies language from configuration. 2
language_url_split_prefix drupal/core/includes/language.inc Splits the given path into prefix and actual path. 1
language_fallback_get_candidates drupal/core/includes/language.inc Returns the possible fallback languages ordered by language weight. 3
drupal_mail drupal/core/includes/mail.inc Composes and optionally sends an e-mail message. 8
drupal_mail_system drupal/core/includes/mail.inc Returns an object that implements Drupal\Core\Mail\MailInterface. 1
drupal_wrap_mail drupal/core/includes/mail.inc Performs format=flowed soft wrapping for mail (RFC 3676). 5
drupal_html_to_text drupal/core/includes/mail.inc Transforms an HTML string into plain text, preserving its structure. 7
_drupal_wrap_mail_line drupal/core/includes/mail.inc Wraps words on a single line. 1 1
_drupal_html_to_mail_urls drupal/core/includes/mail.inc Keeps track of URLs and replaces them with placeholder tokens. 1 1
_drupal_html_to_text_clean drupal/core/includes/mail.inc Replaces non-quotation markers from a given piece of indentation with spaces. 1 1
_drupal_html_to_text_pad drupal/core/includes/mail.inc Pads the last line with the given character. 1
menu_get_ancestors drupal/core/includes/menu.inc Returns the ancestors (and relevant placeholders) for any given path. 2
menu_unserialize drupal/core/includes/menu.inc Unserializes menu data, using a map to replace path elements. 3
menu_set_item drupal/core/includes/menu.inc Replaces the statically cached item for a given path. 1
menu_get_item drupal/core/includes/menu.inc Gets a router item. 26
_menu_load_objects drupal/core/includes/menu.inc Loads objects into the map as defined in the $item['load_functions']. 2
_menu_check_access drupal/core/includes/menu.inc Checks access to a menu item using the access callback. 2
_menu_item_localize drupal/core/includes/menu.inc Localizes the router item title using t() or another callback. 2
_menu_translate drupal/core/includes/menu.inc Handles dynamic path translation and menu access control. 4
_menu_link_map_translate drupal/core/includes/menu.inc Translates the path elements in the map using any to_arg helper function. 2
menu_tail_to_arg drupal/core/includes/menu.inc Returns a string containing the path relative to the current index.
menu_tail_load drupal/core/includes/menu.inc Loads the path as one string relative to the current index.
_menu_link_translate drupal/core/includes/menu.inc Provides menu link access control, translation, and argument handling. 8
menu_get_object drupal/core/includes/menu.inc Gets a loaded object from a router item. 12
menu_tree drupal/core/includes/menu.inc Renders a menu tree based on the current path. 3 1
menu_tree_output drupal/core/includes/menu.inc Returns a rendered menu tree. 7
menu_tree_all_data drupal/core/includes/menu.inc Gets the data structure representing a named menu tree. 4 1
menu_tree_set_path drupal/core/includes/menu.inc Sets the path for determining the active trail of the specified menu tree. 2
menu_tree_get_path drupal/core/includes/menu.inc Gets the path for determining the active trail of the specified menu tree. 1
menu_tree_page_data drupal/core/includes/menu.inc Gets the data structure for a named menu tree, based on the current page. 3 1
menu_build_tree drupal/core/includes/menu.inc Builds a menu tree, translates links, and checks access. 5
_menu_build_tree drupal/core/includes/menu.inc Builds a menu tree. 1 1
menu_tree_collect_node_links drupal/core/includes/menu.inc Collects node links from a given menu tree recursively. 3
menu_tree_check_access drupal/core/includes/menu.inc Checks access and performs dynamic operations for each link in the tree. 3
_menu_tree_check_access drupal/core/includes/menu.inc Sorts the menu tree and recursively checks access for each item. 1
menu_tree_data drupal/core/includes/menu.inc Sorts and returns the built data representing a menu tree. 4

Pages

Other projects