Name Locationsort ascending Description
backdrop_get_bare_domain core/includes/common.inc Take a full URL and return only the bare domain, with sub-domains removed.
backdrop_get_profile core/includes/common.inc Gets the name of the currently active installation profile.
backdrop_set_breadcrumb core/includes/common.inc Sets the breadcrumb trail for the current page.
backdrop_get_breadcrumb core/includes/common.inc Gets the breadcrumb trail for the current page.
backdrop_get_logo core/includes/common.inc Gets the site logo.
backdrop_get_favicon core/includes/common.inc Gets the file location and mime type for site favicon.
backdrop_add_html_head core/includes/common.inc Adds output to the HEAD tag of the HTML page.
_backdrop_default_html_head core/includes/common.inc Returns elements that are always displayed in the HEAD tag of the HTML page.
backdrop_get_html_head core/includes/common.inc Retrieves output to be displayed in the HEAD tag of the HTML page.
backdrop_add_feed core/includes/common.inc Adds a feed URL for the current page.
backdrop_get_feeds core/includes/common.inc Gets the feed URLs for the current page.
backdrop_get_query_parameters core/includes/common.inc Processes a URL query parameter array to remove unwanted elements.
backdrop_get_query_array core/includes/common.inc Splits a URL-encoded query string into an array.
backdrop_http_build_query core/includes/common.inc Parses an array into a valid, rawurlencoded query string.
backdrop_get_destination core/includes/common.inc Prepares a 'destination' URL query parameter for use with backdrop_goto().
backdrop_parse_url core/includes/common.inc Parses a system URL string into an associative array suitable for url().
backdrop_encode_path core/includes/common.inc Encodes a Backdrop path for use in a URL.
backdrop_goto core/includes/common.inc Sends the user to a different page.
backdrop_site_offline core/includes/common.inc Delivers a "site is under maintenance" message to the browser.
backdrop_not_found core/includes/common.inc Delivers a "page not found" error to the browser.
backdrop_access_denied core/includes/common.inc Delivers an "access denied" error to the browser.
backdrop_http_request core/includes/common.inc Performs an HTTP request.
_backdrop_parse_response_status core/includes/common.inc Split an HTTP response status line into components.
_backdrop_http_use_proxy core/includes/common.inc Helper function for determining hosts excluded from needing a proxy.
_fix_gpc_magic core/includes/common.inc Strips slashes from a string or array of strings.
backdrop_css_defaults core/includes/common.inc Constructs an array of the defaults that are used for styles items.
_fix_gpc_magic_files core/includes/common.inc Strips slashes from $_FILES items.
fix_gpc_magic core/includes/common.inc Fixes double-escaping caused by "magic quotes" in some PHP installations.
valid_email_address core/includes/common.inc Verifies the syntax of the given email address.
valid_url core/includes/common.inc Verifies the syntax of the given URL.
valid_number_step core/includes/common.inc Verifies that a number is a multiple of a given step.
flood_register_event core/includes/common.inc Registers an event for the current visitor to the flood control mechanism.
flood_clear_event core/includes/common.inc Makes the flood control mechanism forget an event for the current visitor.
flood_is_allowed core/includes/common.inc Checks whether a user is allowed to proceed with the specified event.
_backdrop_should_strip_sensitive_headers_on_http_redirect core/includes/common.inc Determine whether to strip sensitive headers from a request when redirected.
tempstore_get core/includes/common.inc Gets an object from the temp store.
tempstore_set core/includes/common.inc Stores an object in the semi-persistent key-value store.
tempstore_clear core/includes/common.inc Removes an object from the semi-persistent key-value store.
tempstore_clear_all core/includes/common.inc Removes an entire group of objects from the semi-persistent key-value store.
backdrop_strip_dangerous_protocols core/includes/common.inc Strips dangerous protocols (e.g. 'javascript:') from a URI.
check_url core/includes/common.inc Strips dangerous protocols from a URI and encodes it for output to HTML.
filter_xss_admin core/includes/common.inc Applies a very permissive XSS/HTML filter for admin-only use.
filter_xss core/includes/common.inc Filters HTML to prevent cross-site-scripting (XSS) vulnerabilities.
_filter_xss_split core/includes/common.inc Processes an HTML tag.
_filter_xss_attributes core/includes/common.inc Processes a string of HTML attributes.
filter_xss_bad_protocol core/includes/common.inc Processes an HTML attribute value and strips dangerous protocols from URLs.
format_rss_channel core/includes/common.inc Formats an RSS channel.
format_rss_item core/includes/common.inc Formats a single RSS item.
format_xml_elements core/includes/common.inc Recursively formats nested XML array elements as a string.
format_plural core/includes/common.inc Formats a string containing a count of items.

Pages