Functions

Primary tabs

Name Location Description Direct usessort descending Strings
xmlrpc_server_method_signature drupal/includes/xmlrpcs.inc Returns one method signature for a function. 1
xmlrpc_server_method_help drupal/includes/xmlrpcs.inc Returns the help for an XML-RPC method. 1
_batch_shutdown drupal/includes/batch.inc Shutdown function: Stores the current batch data for the next request. 1
xmlrpc_message_tag_open drupal/includes/xmlrpc.inc Handles opening tags for XML parsing in xmlrpc_message_parse(). 1
xmlrpc_message_cdata drupal/includes/xmlrpc.inc Handles character data for XML parsing in xmlrpc_message_parse(). 1
xmlrpc_message_tag_close drupal/includes/xmlrpc.inc Handles closing tags for XML parsing in xmlrpc_message_parse(). 1
xmlrpc_errno drupal/includes/xmlrpc.inc Returns the last XML-RPC client error number.
xmlrpc_error_msg drupal/includes/xmlrpc.inc Returns the last XML-RPC client error message.
language_types_disable drupal/includes/language.inc Disables the given language types.
language_from_default drupal/includes/language.inc Returns the default language negotiation provider. 1
_theme_load_registry drupal/includes/theme.inc Gets the theme_registry cache; if it doesn't exist, builds it.
theme_render_template drupal/includes/theme.inc Renders a system default template, which is essentially a PHP template. 1
theme_status_messages drupal/includes/theme.inc Returns HTML for status and/or error messages, grouped by type.
theme_link drupal/includes/theme.inc Returns HTML for a link. 1
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_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.
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
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
template_preprocess_username drupal/includes/theme.inc Preprocesses variables for theme_username().
template_process_username drupal/includes/theme.inc Processes variables for theme_username().
drupal_site_offline drupal/includes/common.inc Delivers a "site is under maintenance" message to the browser.
_fix_gpc_magic drupal/includes/common.inc Strips slashes from a string or array of strings. 1
_fix_gpc_magic_files drupal/includes/common.inc Strips slashes from $_FILES items. 1
date_iso8601 drupal/includes/common.inc Returns an ISO8601 formatted date based on the given date. 5
drupal_deliver_html_page drupal/includes/common.inc Packages and sends the result of a page callback to the browser as HTML. 2
drupal_sort_css_js drupal/includes/common.inc Sorts CSS and JavaScript resources. 2
drupal_group_css drupal/includes/common.inc Default callback to group CSS items. 1
drupal_aggregate_css drupal/includes/common.inc Default callback to aggregate CSS files and inline content. 1
drupal_pre_render_styles drupal/includes/common.inc #pre_render callback to add the elements needed for CSS tags to be rendered. 1
_drupal_load_stylesheet drupal/includes/common.inc Loads stylesheets recursively and returns contents with corrected paths. 1
drupal_delete_file_if_stale drupal/includes/common.inc Callback to delete files modified more than a set time ago. 2
drupal_cron_cleanup drupal/includes/common.inc DEPRECATED: Shutdown function: Performs cron cleanup.
drupal_pre_render_conditional_comments drupal/includes/common.inc #pre_render callback to render #browsers into #prefix and #suffix. 1

Pages

Other projects