Contains filters are case sensitive
Name Locationsort descending Description
filter_xss_admin includes/common.inc Applies a very permissive XSS/HTML filter for admin-only use.
check_url includes/common.inc Strips dangerous protocols from a URI and encodes it for output to HTML.
backdrop_strip_dangerous_protocols includes/common.inc Strips dangerous protocols (e.g. 'javascript:') from a URI.
tempstore_clear_all includes/common.inc Removes an entire group of objects from the semi-persistent key-value store.
tempstore_clear includes/common.inc Removes an object from the semi-persistent key-value store.
tempstore_set includes/common.inc Stores an object in the semi-persistent key-value store.
tempstore_get includes/common.inc Gets an object from the temp store.
flood_is_allowed includes/common.inc Checks whether a user is allowed to proceed with the specified event.
flood_clear_event includes/common.inc Makes the flood control mechanism forget an event for the current visitor.
flood_register_event includes/common.inc Registers an event for the current visitor to the flood control mechanism.
valid_number_step includes/common.inc Verifies that a number is a multiple of a given step.
valid_url includes/common.inc Verifies the syntax of the given URL.
valid_email_address includes/common.inc Verifies the syntax of the given e-mail address.
fix_gpc_magic includes/common.inc Fixes double-escaping caused by "magic quotes" in some PHP installations.
_fix_gpc_magic_files includes/common.inc Strips slashes from $_FILES items.
_fix_gpc_magic includes/common.inc Strips slashes from a string or array of strings.
_backdrop_http_use_proxy includes/common.inc Helper function for determining hosts excluded from needing a proxy.
_backdrop_parse_response_status includes/common.inc Split an HTTP response status line into components.
backdrop_http_request includes/common.inc Performs an HTTP request.
backdrop_access_denied includes/common.inc Delivers an "access denied" error to the browser.
backdrop_not_found includes/common.inc Delivers a "page not found" error to the browser.
backdrop_site_offline includes/common.inc Delivers a "site is under maintenance" message to the browser.
backdrop_goto includes/common.inc Sends the user to a different page.
backdrop_goto_deprecated includes/common.inc Wraps backdrop_goto() to include a deprecated log message.
backdrop_encode_path includes/common.inc Encodes a Backdrop path for use in a URL.
backdrop_parse_url includes/common.inc Parses a system URL string into an associative array suitable for url().
backdrop_get_destination includes/common.inc Prepares a 'destination' URL query parameter for use with backdrop_goto().
backdrop_http_build_query includes/common.inc Parses an array into a valid, rawurlencoded query string.
backdrop_get_bare_domain includes/common.inc Take a full URL and return only the bare domain, with sub-domains removed.
backdrop_get_query_array includes/common.inc Splits a URL-encoded query string into an array.
backdrop_get_query_parameters includes/common.inc Processes a URL query parameter array to remove unwanted elements.
backdrop_get_feeds includes/common.inc Gets the feed URLs for the current page.
backdrop_add_feed includes/common.inc Adds a feed URL for the current page.
backdrop_get_html_head includes/common.inc Retrieves output to be displayed in the HEAD tag of the HTML page.
_backdrop_default_html_head includes/common.inc Returns elements that are always displayed in the HEAD tag of the HTML page.
backdrop_add_html_head includes/common.inc Adds output to the HEAD tag of the HTML page.
backdrop_get_favicon includes/common.inc Gets the file location and mime type for site favicon.
backdrop_get_logo includes/common.inc Gets the site logo.
backdrop_get_logo_info includes/common.inc Gets the path and dimensions of the site wide logo.
backdrop_get_breadcrumb includes/common.inc Gets the breadcrumb trail for the current page.
backdrop_set_breadcrumb includes/common.inc Sets the breadcrumb trail for the current page.
backdrop_get_profile includes/common.inc Gets the name of the currently active installation profile.
config_get_config_storage includes/config.inc Get the storage object for the specified configuration type
config_get_config_storage_handlers includes/config.inc Collect a list of classes for each "type" (e.g., db or file).
config_uninstall_config includes/config.inc Uninstall all the configuration provided by a module.
config_install_default_config includes/config.inc Moves the default config supplied by a module to the live config directory.
config_load_multiple includes/config.inc Loads configuration objects by name.
config_get_names_with_prefix includes/config.inc Retrieves all configurations starting with a particular prefix.
config_get_config_directory includes/config.inc Returns the path of a configuration directory.
config_set_multiple includes/config.inc A shortcut function to set and save multiple values in a config file.

Pages