Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
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_feed_icon drupal/core/includes/theme.inc Returns HTML for a feed icon. 1
theme_html_tag drupal/core/includes/theme.inc Returns HTML for a generic HTML tag with attributes. 1
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.
_theme_table_cell drupal/core/includes/theme.inc Returns HTML output for a single table cell for theme_table(). 2
template_preprocess drupal/core/includes/theme.inc Adds a default set of helper variables for variable processors and templates. 1 2
_template_preprocess_default_variables drupal/core/includes/theme.inc Returns hook-independent variables to template_preprocess(). 1
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
theme_get_suggestions drupal/core/includes/theme.inc Generate an array of suggestions from path arguments. 4
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
drupal_common_theme drupal/core/includes/theme.inc Provides theme registration for themes across .inc files. 1
_drupal_maintenance_theme drupal/core/includes/theme.maintenance.inc Sets up the theming system for maintenance page. 1 1
_theme_load_offline_registry drupal/core/includes/theme.maintenance.inc This 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_update_page drupal/core/includes/theme.maintenance.inc Returns HTML for the update page.
theme_authorize_report drupal/core/includes/theme.maintenance.inc Returns HTML for a report of the results from an operation run via authorize.php.
theme_authorize_message drupal/core/includes/theme.maintenance.inc Returns HTML for a single log message from the authorize.php batch operation.
token_replace drupal/core/includes/token.inc Replaces all tokens in a given string with appropriate values. 24
token_scan drupal/core/includes/token.inc Builds a list of all token-like patterns that appear in the text. 1
token_generate drupal/core/includes/token.inc Generates replacement values for a list of tokens. 10
token_find_with_prefix drupal/core/includes/token.inc Given a list of tokens, returns those that begin with a specific prefix. 8
token_info drupal/core/includes/token.inc Returns metadata describing supported tokens. 1
unicode_requirements drupal/core/includes/unicode.inc Return Unicode library status and errors.
drupal_xml_parser_create drupal/core/includes/unicode.inc Prepare a new XML parser. 2
drupal_convert_to_utf8 drupal/core/includes/unicode.inc Convert data to UTF-8 2
drupal_truncate_bytes drupal/core/includes/unicode.inc Truncate a UTF-8-encoded string safely to a number of bytes. 1
truncate_utf8 drupal/core/includes/unicode.inc Truncates a UTF-8-encoded string safely to a number of characters. 21
mime_header_encode drupal/core/includes/unicode.inc Encodes MIME/HTTP header values that contain non-ASCII, UTF-8 encoded characters. 2
mime_header_decode drupal/core/includes/unicode.inc Complement to mime_header_encode

Pages

Other projects