Name Locationsort ascending Description
backdrop_array_diff_assoc_recursive core/includes/common.inc Recursively computes the difference of arrays with additional index check.
backdrop_array_set_nested_value core/includes/common.inc Sets a value in a nested array with variable depth.
backdrop_array_unset_nested_value core/includes/common.inc Unsets a value in a nested array with variable depth.
backdrop_array_nested_key_exists core/includes/common.inc Determines whether a nested array contains the requested keys.
backdrop_common_theme core/includes/common.inc Provides theme registration for themes across .inc files.
backdrop_install_schema core/includes/common.inc Creates all tables defined in a module's hook_schema().
backdrop_uninstall_schema core/includes/common.inc Removes all tables defined in a module's hook_schema().
backdrop_get_schema_unprocessed core/includes/common.inc Returns the unprocessed and unaltered version of a module's schema.
_backdrop_schema_initialize core/includes/common.inc Fills in required default values for table definitions from hook_schema().
backdrop_schema_fields_sql core/includes/common.inc Retrieves a list of fields from a table schema.
backdrop_write_record core/includes/common.inc Saves (inserts or updates) a record to the database based upon the schema.
backdrop_parse_info_file core/includes/common.inc Parses Backdrop module and theme .info files.
backdrop_parse_info_format core/includes/common.inc Parses data in Backdrop's .info format.
watchdog_severity_levels core/includes/common.inc Returns a list of severity levels, as defined in RFC 3164.
backdrop_explode_tags core/includes/common.inc Explodes a string of tags into an array.
backdrop_implode_tags core/includes/common.inc Implodes an array of tags into a string.
backdrop_flush_all_caches core/includes/common.inc Flushes all cached data on the site.
_backdrop_flush_css_js core/includes/common.inc Changes the dummy query string added to all CSS and JavaScript files.
debug core/includes/common.inc Outputs debug information.
backdrop_parse_dependency core/includes/common.inc Parses a dependency for comparison by backdrop_check_incompatibility().
backdrop_check_incompatibility core/includes/common.inc Checks whether a version is compatible with a given dependency.
archiver_get_info core/includes/common.inc Retrieves a list of all available archivers.
archiver_get_extensions core/includes/common.inc Returns a string of supported archive extensions.
archiver_get_archiver core/includes/common.inc Creates the appropriate archiver for the specified file.
backdrop_get_updaters core/includes/common.inc Assembles the Backdrop Updater registry.
backdrop_get_filetransfer_info core/includes/common.inc Assembles the Backdrop FileTransfer registry.
_filter_xss_allowed_tags core/includes/common.inc List of the default tags allowed by filter_xss().
backdrop_page_create_cache core/includes/common.inc Create a page cache object for a page request.
_filter_xss_display_allowed_tags core/includes/common.inc Human-readable list of the default tags allowed by filter_xss(), for display in help texts.
backdrop_page_save_cache core/includes/common.inc Save a page cache entry to the cache.
backdrop_add_icons core/includes/common.inc Adds icons to the page to make them available in JS and CSS files.
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.

Pages