Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
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.
drupal_pre_render_table drupal/core/includes/theme.inc #pre_render callback to transform children of an element into #rows suitable for theme_table(). 1
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_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 Prepares variables for HTML document templates.
template_preprocess_page drupal/core/includes/theme.inc Prepares variables for the page template.
template_process_page drupal/core/includes/theme.inc Processes variables for page.html.twig.
template_process_html drupal/core/includes/theme.inc Processes variables for html.html.twig.
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 Prepare variables for maintenance page templates.
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_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 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.
unicode_requirements drupal/core/includes/unicode.inc Returns Unicode library status and errors. 1
drupal_xml_parser_create drupal/core/includes/unicode.inc Prepares a new XML parser. 2
drupal_convert_to_utf8 drupal/core/includes/unicode.inc Converts data to UTF-8. 1
drupal_truncate_bytes drupal/core/includes/unicode.inc Truncates a UTF-8-encoded string safely to a number of bytes.
truncate_utf8 drupal/core/includes/unicode.inc Truncates a UTF-8-encoded string safely to a number of characters. 18
mime_header_encode drupal/core/includes/unicode.inc Encodes MIME/HTTP header values that contain incorrectly encoded characters. 2
mime_header_decode drupal/core/includes/unicode.inc Decodes MIME/HTTP encoded header values.
decode_entities drupal/core/includes/unicode.inc Decodes all HTML entities (including numerical ones) to regular UTF-8 bytes. 24
drupal_strlen drupal/core/includes/unicode.inc Counts the number of characters in a UTF-8 string. 28 2
drupal_strtoupper drupal/core/includes/unicode.inc Uppercase a UTF-8 string. 5 1
drupal_strtolower drupal/core/includes/unicode.inc Lowercase a UTF-8 string. 83
drupal_ucfirst drupal/core/includes/unicode.inc Capitalizes the first letter of a UTF-8 string. 6
drupal_substr drupal/core/includes/unicode.inc Cuts off a piece of a string based on character indices and counts. 21
update_variables_to_state drupal/core/includes/update.inc Updates 7.x variables to state records. 8
update_add_uuids drupal/core/includes/update.inc Helper function to update entities with uuid. 5
update_add_cache_columns drupal/core/includes/update.inc Adds tags, checksum_invalidations, checksum_deletions to a cache table. 1
update_fix_compatibility drupal/core/includes/update.inc Disables any extensions that are incompatible with the current core version. 1
update_check_incompatibility drupal/core/includes/update.inc Tests the compatibility of a module or theme. 2

Pages

Other projects