Functions

Primary tabs

Name Location Description Direct usessort descending Strings
template_process_maintenance_page drupal/core/includes/theme.inc Theme process function for theme_maintenance_field().
template_preprocess_region drupal/core/includes/theme.inc Preprocess variables for region.tpl.php
_drupal_http_use_proxy drupal/core/includes/common.inc Helper function for determining hosts excluded from needing a proxy.
filter_xss_bad_protocol drupal/core/includes/common.inc Processes an HTML attribute value and strips dangerous protocols from URLs.
date_iso8601 drupal/core/includes/common.inc Returns an ISO8601 formatted date based on the given date. 7
drupal_sort_css_js drupal/core/includes/common.inc Sorts CSS and JavaScript resources. 2
drupal_group_css drupal/core/includes/common.inc Grouping callback: Groups CSS items by their types, media, and browsers. 1
drupal_aggregate_css drupal/core/includes/common.inc Aggregation callback: Aggregates CSS files and inline content. 1
drupal_pre_render_styles drupal/core/includes/common.inc Pre-render callback: Adds the elements needed for CSS tags to be rendered. 1
_drupal_load_stylesheet drupal/core/includes/common.inc Loads stylesheets recursively and returns contents with corrected paths. 1
drupal_delete_file_if_stale drupal/core/includes/common.inc Deletes files modified more than a set time ago. 2
drupal_pre_render_scripts drupal/core/includes/common.inc #pre_render callback to add the elements needed for JavaScript tags to be rendered. 1
drupal_group_js drupal/core/includes/common.inc Default callback to group JavaScript items. 1
drupal_aggregate_js drupal/core/includes/common.inc Default callback to aggregate JavaScript files. 1
drupal_pre_render_conditional_comments drupal/core/includes/common.inc Pre-render callback: Renders #browsers into #prefix and #suffix. 1
drupal_pre_render_html_tag drupal/core/includes/common.inc Pre-render callback: Renders a generic HTML tag with attributes into #markup. 1
drupal_pre_render_link drupal/core/includes/common.inc Pre-render callback: Renders a link into #markup. 1
drupal_pre_render_links drupal/core/includes/common.inc Pre-render callback: Collects child links into a single array. 3
drupal_pre_render_dropbutton drupal/core/includes/common.inc Pre-render callback: Attaches the dropbutton library and required markup. 1
element_sort drupal/core/includes/common.inc Sorts a structured array by '#weight' property. 2
element_sort_by_title drupal/core/includes/common.inc Sorts a structured array by '#title' property. 2
drupal_sort_weight drupal/core/includes/common.inc Sorts a structured array by the 'weight' element. 12
drupal_sort_title drupal/core/includes/common.inc Sorts a structured array by 'title' key (no # prefix). 2
element_property drupal/core/includes/common.inc Checks if the key is a property. 1
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.
template_preprocess_menu_tree drupal/core/includes/menu.inc Implements template_preprocess_HOOK() for theme_menu_tree().
theme_menu_tree drupal/core/includes/menu.inc Returns HTML for a wrapper for a menu sub-tree.
theme_menu_link drupal/core/includes/menu.inc Returns HTML for a menu link and submenu.
theme_menu_local_task drupal/core/includes/menu.inc Returns HTML for a single local task link.
theme_menu_local_action drupal/core/includes/menu.inc Returns HTML for a single local action link.
theme_menu_local_tasks drupal/core/includes/menu.inc Returns HTML for primary and secondary local tasks.
menu_set_active_item drupal/core/includes/menu.inc Sets the active path, which determines which page is loaded.
_theme_load_offline_registry drupal/core/includes/theme.maintenance.inc Builds the registry when the site needs to bypass any database calls. 1
theme_task_list drupal/core/includes/theme.maintenance.inc Returns HTML for a list of maintenance tasks to perform.
theme_install_page drupal/core/includes/theme.maintenance.inc Returns HTML for the installation page.
theme_authorize_report drupal/core/includes/theme.maintenance.inc Returns HTML for a results report of an operation run by authorize.php.
theme_authorize_message drupal/core/includes/theme.maintenance.inc Returns HTML for a single log message from the authorize.php batch operation.
drupal_var_export drupal/core/includes/utility.inc Drupal-friendly var_export().
form_type_image_button_value drupal/core/includes/form.inc Determines the value for an image button form element.
form_type_checkbox_value drupal/core/includes/form.inc Determines the value for a checkbox form element.
form_type_checkboxes_value drupal/core/includes/form.inc Determines the value for a checkboxes form element.
form_type_table_value drupal/core/includes/form.inc Determines the value of a table form element. 1
form_type_radios_value drupal/core/includes/form.inc Form value callback: Determines the value for a #type radios form element.
form_type_tableselect_value drupal/core/includes/form.inc Determines the value for a tableselect form element.
form_type_password_confirm_value drupal/core/includes/form.inc Determines the value for a password_confirm form element.
form_type_select_value drupal/core/includes/form.inc Determines the value for a select form element.
form_type_textfield_value drupal/core/includes/form.inc Determines the value for a textfield form element.
form_type_token_value drupal/core/includes/form.inc Determines the value for form's token value.
form_process_select drupal/core/includes/form.inc Processes a select list form element. 2

Pages

Other projects