Functions

Primary tabs

Name Location Description Direct uses Stringssort descending
language_negotiation_purge drupal/includes/language.inc Removes any unused language negotiation providers from the configuration. 1
language_negotiation_set drupal/includes/language.inc Saves a list of language negotiation providers. 8
language_provider_invoke drupal/includes/language.inc Helper function used to cache the language negotiation providers results. 1
language_provider_weight drupal/includes/language.inc Returns the passed language negotiation provider weight or a default value. 2
language_initialize drupal/includes/language.inc Chooses a language based on language negotiation provider settings. 2
language_url_split_prefix drupal/includes/language.inc Splits the given path into prefix and actual path. 1
language_fallback_get_candidates drupal/includes/language.inc Returns the possible fallback languages ordered by language weight. 1
_drupal_theme_access drupal/includes/theme.inc Helper function for determining access to a theme. 1
drupal_theme_initialize drupal/includes/theme.inc Initializes the theme system by loading the theme. 15
_drupal_theme_initialize drupal/includes/theme.inc Initializes the theme system given already loaded information. 2
_theme_registry_callback drupal/includes/theme.inc Sets the callback that will be used by theme_get_registry(). 3
_theme_load_registry drupal/includes/theme.inc Gets the theme_registry cache; if it doesn't exist, builds it.
_theme_save_registry drupal/includes/theme.inc Writes the theme_registry cache into the database. 1
drupal_theme_rebuild drupal/includes/theme.inc Forces the system to rebuild the theme registry. 8
_theme_process_registry drupal/includes/theme.inc Process a single implementation of hook_theme(). 1
_theme_build_registry drupal/includes/theme.inc Builds the theme registry cache. 2
drupal_find_base_themes drupal/includes/theme.inc Find all the base themes for the specified theme. 3
path_to_theme drupal/includes/theme.inc Returns the path to the current themed element. 4
drupal_find_theme_functions drupal/includes/theme.inc Allows themes and/or theme engines to discover overridden theme functions. 2
drupal_find_theme_templates drupal/includes/theme.inc Allows themes and/or theme engines to easily discover overridden templates. 3
theme_get_setting drupal/includes/theme.inc Retrieves a setting for the current theme or for a given theme. 15
theme_enable drupal/includes/theme.inc Enables a given list of themes. 19
theme_disable drupal/includes/theme.inc Disables a given list of themes. 1
theme_status_messages drupal/includes/theme.inc Returns HTML for status and/or error messages, grouped by type.
theme_links drupal/includes/theme.inc Returns HTML for a set of links.
theme_image drupal/includes/theme.inc Returns HTML for an image.
theme_breadcrumb drupal/includes/theme.inc Returns HTML for a breadcrumb trail.
theme_table drupal/includes/theme.inc Returns HTML for a table.
theme_tablesort_indicator drupal/includes/theme.inc Returns HTML for a sort icon.
theme_mark drupal/includes/theme.inc Returns HTML for a marker for new or updated content.
theme_item_list drupal/includes/theme.inc Returns HTML for a list or nested list of items.
theme_more_help_link drupal/includes/theme.inc Returns HTML for a "more help" link.
theme_feed_icon drupal/includes/theme.inc Returns HTML for a feed icon. 1
theme_html_tag drupal/includes/theme.inc Returns HTML for a generic HTML tag with attributes.
theme_more_link drupal/includes/theme.inc Returns HTML for a "more" link, like those used in blocks.
theme_username drupal/includes/theme.inc Returns HTML for a username, potentially linked to the user's page.
theme_progress_bar drupal/includes/theme.inc Returns HTML for a progress bar.
theme_indentation drupal/includes/theme.inc Returns HTML for an indentation div; used for drag and drop tables.
_theme_table_cell drupal/includes/theme.inc Returns HTML output for a single table cell for theme_table(). 2
template_preprocess drupal/includes/theme.inc Adds a default set of helper variables for variable processors and templates. 1
_template_preprocess_default_variables drupal/includes/theme.inc Returns hook-independent variables to template_preprocess(). 1
template_process drupal/includes/theme.inc Adds helper variables derived from variables defined during preprocessing.
template_preprocess_html drupal/includes/theme.inc Preprocess variables for html.tpl.php
template_preprocess_page drupal/includes/theme.inc Preprocess variables for page.tpl.php
template_process_page drupal/includes/theme.inc Process variables for page.tpl.php
template_process_html drupal/includes/theme.inc Process variables for html.tpl.php
theme_get_suggestions drupal/includes/theme.inc Generate an array of suggestions from path arguments. 4
template_preprocess_maintenance_page drupal/includes/theme.inc Process variables for maintenance-page.tpl.php.
template_process_maintenance_page drupal/includes/theme.inc Theme process function for theme_maintenance_field().
template_preprocess_region drupal/includes/theme.inc Preprocess variables for region.tpl.php

Pages

Other projects