Functions

Primary tabs

Name Location Description Direct usessort descending Strings
form_validate_number drupal/core/includes/form.inc Form element validation handler for #type 'number'. 2
form_type_range_value drupal/core/includes/form.inc Determines the value for a range element.
theme_url drupal/core/includes/form.inc Returns HTML for a URL form element.
theme_search drupal/core/includes/form.inc Returns HTML for a search form element.
form_validate_url drupal/core/includes/form.inc Form element validation handler for #type 'url'. 1
form_validate_color drupal/core/includes/form.inc Form element validation handler for #type 'color'. 1
theme_color drupal/core/includes/form.inc Returns HTML for a color form element.
theme_form drupal/core/includes/form.inc Returns HTML for a form.
theme_textarea drupal/core/includes/form.inc Returns HTML for a textarea form element.
theme_password drupal/core/includes/form.inc Returns HTML for a password form element.
form_process_weight drupal/core/includes/form.inc Expands a weight element into a select element. 1
theme_file drupal/core/includes/form.inc Returns HTML for a file upload form element.
theme_form_element drupal/core/includes/form.inc Returns HTML for a form element.
theme_form_required_marker drupal/core/includes/form.inc Returns HTML for a marker for required form elements.
theme_form_element_label drupal/core/includes/form.inc Returns HTML for a form element label and required marker.
theme_render_template drupal/core/includes/theme.inc Render a system default template, which is essentially a PHP template. 1
template_preprocess_datetime drupal/core/includes/theme.inc Preprocess variables for theme_datetime().
theme_datetime drupal/core/includes/theme.inc Returns HTML for a date / time.
theme_status_messages drupal/core/includes/theme.inc Returns HTML for status and/or error messages, grouped by type.
theme_link drupal/core/includes/theme.inc Returns HTML for a link. 1
theme_links drupal/core/includes/theme.inc Returns HTML for a set of links.
theme_dropbutton_wrapper drupal/core/includes/theme.inc Returns HTML for wrapping a dropbutton menu.
theme_image drupal/core/includes/theme.inc Returns HTML for an image.
theme_breadcrumb drupal/core/includes/theme.inc Returns HTML for a breadcrumb trail.
theme_table drupal/core/includes/theme.inc Returns HTML for a table.
theme_tablesort_indicator drupal/core/includes/theme.inc Returns HTML for a sort icon.
theme_mark drupal/core/includes/theme.inc Returns HTML for a marker for new or updated content.
template_preprocess_item_list drupal/core/includes/theme.inc Preprocesses variables for theme_item_list().
theme_item_list drupal/core/includes/theme.inc Returns HTML for a list or nested list of items.
theme_more_help_link drupal/core/includes/theme.inc Returns HTML for a "more help" link.
theme_more_link drupal/core/includes/theme.inc Returns HTML for a "more" link, like those used in blocks.
theme_progress_bar drupal/core/includes/theme.inc Returns HTML for a progress bar.
theme_meter drupal/core/includes/theme.inc Returns HTML for a meter.
theme_indentation drupal/core/includes/theme.inc Returns HTML for an indentation div; used for drag and drop tables.
template_preprocess_html drupal/core/includes/theme.inc Preprocess variables for html.tpl.php
template_preprocess_page drupal/core/includes/theme.inc Preprocess variables for page.tpl.php
template_process_page drupal/core/includes/theme.inc Process variables for page.tpl.php
template_process_html drupal/core/includes/theme.inc Process variables for html.tpl.php
template_preprocess_maintenance_page drupal/core/includes/theme.inc The variables array generated here is a mirror of template_preprocess_page(). This preprocessor will run its course when theme_maintenance_page() is invoked.
template_process_maintenance_page drupal/core/includes/theme.inc The variables array generated here is a mirror of template_process_html(). This processor will run its course when theme_maintenance_page() is invoked.
template_preprocess_region drupal/core/includes/theme.inc Preprocess variables for region.tpl.php
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.

Pages

Other projects