Functions

Primary tabs

Name Location Description Direct uses Stringssort descending
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_add_region_content drupal/core/includes/common.inc Adds content to a specified region. 4
drupal_get_region_content drupal/core/includes/common.inc Gets assigned content for a given region. 2
drupal_get_profile drupal/core/includes/common.inc Gets the name of the currently active installation profile. 15
drupal_set_breadcrumb drupal/core/includes/common.inc Sets the breadcrumb trail for the current page. 8
drupal_get_breadcrumb drupal/core/includes/common.inc Gets the breadcrumb trail for the current page. 2
drupal_add_html_head drupal/core/includes/common.inc Adds output to the HEAD tag of the HTML page. 11
_drupal_default_html_head drupal/core/includes/common.inc Returns elements that are always displayed in the HEAD tag of the HTML page. 1
drupal_get_html_head drupal/core/includes/common.inc Retrieves output to be displayed in the HEAD tag of the HTML page. 4
drupal_add_feed drupal/core/includes/common.inc Adds a feed URL for the current page. 7
drupal_get_feeds drupal/core/includes/common.inc Gets the feed URLs for the current page. 1
drupal_get_query_parameters drupal/core/includes/common.inc Processes a URL query parameter array to remove unwanted elements. 11
drupal_get_query_array drupal/core/includes/common.inc Splits a URL-encoded query string into an array. 4
drupal_http_build_query Deprecated drupal/core/includes/common.inc Parses an array into a valid, rawurlencoded query string. 10
drupal_parse_url drupal/core/includes/common.inc Parses a system URL string into an associative array suitable for url(). 8
drupal_encode_path drupal/core/includes/common.inc Encodes a Drupal path for use in a URL. 4
_external_url_is_local drupal/core/includes/common.inc Determines if an external URL points to this Drupal installation. 1
_drupal_http_use_proxy drupal/core/includes/common.inc Helper function for determining hosts excluded from needing a proxy.
valid_email_address drupal/core/includes/common.inc Verifies the syntax of the given e-mail address. 4
valid_url Deprecated drupal/core/includes/common.inc Verifies the syntax of the given URL. 3
valid_number_step drupal/core/includes/common.inc Verifies that a number is a multiple of a given step. 3
drupal_strip_dangerous_protocols drupal/core/includes/common.inc Strips dangerous protocols (e.g. 'javascript:') from a URI. 5
check_url drupal/core/includes/common.inc Strips dangerous protocols from a URI and encodes it for output to HTML. 21
filter_xss drupal/core/includes/common.inc Filters HTML to prevent cross-site-scripting (XSS) vulnerabilities. 23
filter_xss_bad_protocol drupal/core/includes/common.inc Processes an HTML attribute value and strips dangerous protocols from URLs.
format_rss_channel drupal/core/includes/common.inc Formats an RSS channel. 2
format_rss_item drupal/core/includes/common.inc Formats a single RSS item. 2
format_xml_elements drupal/core/includes/common.inc Formats XML elements. 7
format_plural drupal/core/includes/common.inc Formats a string containing a count of items. 68
parse_size drupal/core/includes/common.inc Parses a given byte count. 7
format_size drupal/core/includes/common.inc Generates a string representation for the given byte count. 17
format_date drupal/core/includes/common.inc Formats a date, using a date type or a custom date format string. 68
datetime_default_format_type drupal/core/includes/common.inc Retrieves the correct datetime format type for this system. 3
url_is_external drupal/core/includes/common.inc Returns TRUE if a path is external to Drupal (e.g. http://example.com). 7
drupal_http_header_attributes drupal/core/includes/common.inc Formats an attribute string for an HTTP header. 1
drupal_map_assoc drupal/core/includes/common.inc Forms an associative array from a linear array. 63
drupal_set_time_limit drupal/core/includes/common.inc Attempts to set the PHP maximum execution time. 5
base_path drupal/core/includes/common.inc Returns the base URL path (i.e., directory) of the Drupal installation. 34
drupal_add_html_head_link drupal/core/includes/common.inc Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD. 7
drupal_get_css drupal/core/includes/common.inc Returns a themed representation of all stylesheets to attach to the page. 16
drupal_build_css_cache drupal/core/includes/common.inc Aggregates and optimizes CSS files into a cache file in the files directory. 1
drupal_load_stylesheet drupal/core/includes/common.inc Loads the stylesheet and resolves all @import commands. 4
drupal_load_stylesheet_content drupal/core/includes/common.inc Processes the contents of a stylesheet for aggregation. 3
drupal_clear_css_cache drupal/core/includes/common.inc Deletes old cached CSS files. 4
drupal_html_class drupal/core/includes/common.inc Prepares a string for use as a valid class name. 22
drupal_js_defaults drupal/core/includes/common.inc Constructs an array of the defaults that are used for JavaScript items. 3
drupal_get_js drupal/core/includes/common.inc Returns a themed presentation of all JavaScript code for the current page. 24
drupal_merge_js_settings drupal/core/includes/common.inc Merges an array of settings arrays into a single settings array. 5

Pages

Other projects