Functions

Primary tabs

Name Location Description Direct usessort descending Strings
drupal_pre_render_link drupal/includes/common.inc #pre_render callback to render a link into #markup. 1
drupal_pre_render_links drupal/includes/common.inc #pre_render callback that collects child links into a single array. 3
drupal_pre_render_markup drupal/includes/common.inc #pre_render callback to append contents in #markup to #children. 1
element_sort drupal/includes/common.inc Function used by uasort to sort structured arrays by weight. 4
element_sort_by_title drupal/includes/common.inc Array sorting callback; sorts elements by title. 2
drupal_sort_weight drupal/includes/common.inc Sorts a structured array by the 'weight' element. 8
drupal_sort_title drupal/includes/common.inc Array sorting callback; sorts elements by 'title' key. 1
element_property drupal/includes/common.inc Checks if the key is a property. 1
element_get_visible_children drupal/includes/common.inc Returns the visible children of an element.
entity_get_controller drupal/includes/common.inc Gets the entity controller for an entity type.
menu_tail_to_arg drupal/includes/menu.inc Returns a string containing the path relative to the current index.
menu_tail_load drupal/includes/menu.inc Loads the path as one string relative to the current index.
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.
theme_menu_local_tasks drupal/includes/menu.inc Returns HTML for primary and secondary local tasks.
_theme_load_offline_registry drupal/includes/theme.maintenance.inc Builds the registry when the site needs to bypass any database calls. 1
theme_task_list drupal/includes/theme.maintenance.inc Returns HTML for a list of maintenance tasks to perform.
theme_install_page drupal/includes/theme.maintenance.inc Returns HTML for the installation page.
theme_update_page drupal/includes/theme.maintenance.inc Returns HTML for the update page.
theme_authorize_report drupal/includes/theme.maintenance.inc Returns HTML for a results report of an operation run by authorize.php.
theme_authorize_message drupal/includes/theme.maintenance.inc Returns HTML for a single log message from the authorize.php batch operation.
drupal_var_export drupal/includes/utility.inc Drupal-friendly var_export().
form_type_image_button_value drupal/includes/form.inc Determines the value for an image button form element.
form_type_checkbox_value drupal/includes/form.inc Determines the value for a checkbox form element.
form_type_checkboxes_value drupal/includes/form.inc Determines the value for a checkboxes form element.
form_type_tableselect_value drupal/includes/form.inc Determines the value for a tableselect form element.
form_type_radios_value drupal/includes/form.inc Form value callback: Determines the value for a #type radios form element.
form_type_password_confirm_value drupal/includes/form.inc Determines the value for a password_confirm form element.
form_type_select_value drupal/includes/form.inc Determines the value for a select form element.
form_type_token_value drupal/includes/form.inc Determines the value for form's token value.
form_process_select drupal/includes/form.inc Processes a select list form element. 1
theme_select drupal/includes/form.inc Returns HTML for a select form element.
form_get_options drupal/includes/form.inc Returns the indexes of a select element's options matching a given key.
theme_fieldset drupal/includes/form.inc Returns HTML for a fieldset form element and its children.
theme_radio drupal/includes/form.inc Returns HTML for a radio button form element.
theme_radios drupal/includes/form.inc Returns HTML for a set of radio button form elements.
form_process_password_confirm drupal/includes/form.inc Expand a password_confirm field into two text boxes. 1
password_confirm_validate drupal/includes/form.inc Validates a password_confirm element. 1
theme_date drupal/includes/form.inc Returns HTML for a date selection form element.
form_process_date drupal/includes/form.inc Expands a date element into year, month, and day select elements. 1
date_validate drupal/includes/form.inc Validates the date type to prevent invalid dates (e.g., February 30, 2006). 1
weight_value drupal/includes/form.inc Sets the value for a weight element, with zero as a default.
form_process_radios drupal/includes/form.inc Expands a radios element into individual radio elements. 1
theme_checkbox drupal/includes/form.inc Returns HTML for a checkbox form element.
theme_checkboxes drupal/includes/form.inc Returns HTML for a set of checkbox form elements.
form_pre_render_conditional_form_element drupal/includes/form.inc Adds form element theming to an element if its title or description is set. 1
form_process_checkbox drupal/includes/form.inc Sets the #checked property of a checkbox element. 1

Pages

Other projects