Contains filters are case sensitive
Name Locationsort ascending Description
_backdrop_schema_initialize includes/common.inc Fills in required default values for table definitions from hook_schema().
backdrop_load_stylesheet_content includes/common.inc Processes the contents of a stylesheet for aggregation.
_backdrop_load_stylesheet includes/common.inc Loads stylesheets recursively and returns contents with corrected paths.
backdrop_clear_css_cache includes/common.inc Deletes old cached CSS files.
backdrop_delete_file_if_stale includes/common.inc Deletes files modified more than a set time ago.
debug includes/common.inc Outputs debug information.
backdrop_schema_fields_sql includes/common.inc Retrieves a list of fields from a table schema.
backdrop_clean_css_identifier includes/common.inc Prepares a string for use as a CSS identifier (element, class, or ID name).
backdrop_html_class includes/common.inc Prepares a string for use as a valid class name.
backdrop_write_record includes/common.inc Saves (inserts or updates) a record to the database based upon the schema.
backdrop_html_id includes/common.inc Prepares a string for use as a valid HTML ID and guarantees uniqueness.
backdrop_region_class includes/common.inc Provides a standard HTML class name that identifies a page region.
backdrop_add_js includes/common.inc Adds a JavaScript file, setting, or inline code to the page.
backdrop_js_defaults includes/common.inc Constructs an array of the defaults that are used for JavaScript items.
backdrop_get_js includes/common.inc Returns a themed presentation of all JavaScript code for the current page.
watchdog_severity_levels includes/common.inc Returns a list of severity levels, as defined in RFC 3164.
backdrop_explode_tags includes/common.inc Explodes a string of tags into an array.
backdrop_implode_tags includes/common.inc Implodes an array of tags into a string.
backdrop_pre_render_scripts includes/common.inc #pre_render callback to add the elements needed for JavaScript tags to be rendered.
backdrop_group_js includes/common.inc Default callback to group JavaScript items.
backdrop_flush_all_caches includes/common.inc Flushes all cached data on the site.
backdrop_aggregate_js includes/common.inc Default callback to aggregate JavaScript files.
backdrop_process_attached includes/common.inc Adds attachments to a render() structure.
backdrop_process_states includes/common.inc Adds JavaScript to change the state of an element based on another element.
backdrop_add_library includes/common.inc Adds multiple JavaScript or CSS files at the same time.
backdrop_get_library includes/common.inc Retrieves information for a JavaScript/CSS library.
backdrop_add_tabledrag includes/common.inc Assists in adding the tableDrag JavaScript behavior to a themed table.
backdrop_build_js_cache includes/common.inc Aggregates JavaScript files into a cache file in the files directory.
backdrop_clear_js_cache includes/common.inc Deletes old cached JavaScript files and variables.
backdrop_json_encode includes/common.inc Converts a PHP variable into its JavaScript equivalent.
backdrop_json_decode includes/common.inc Converts an HTML-safe JSON string into its PHP equivalent.
backdrop_json_format includes/common.inc Format a string of JSON for older versions of PHP.
backdrop_json_decode_unicode includes/common.inc Decode Unicode characters in JSON strings.
backdrop_json_output includes/common.inc Returns data in JSON format.
backdrop_json_deliver includes/common.inc Packages and sends the result of a page callback to the browser as JSON.
backdrop_get_hash_salt includes/common.inc Gets a salt useful for hardening against SQL injection.
backdrop_get_private_key includes/common.inc Ensures the private key variable used to generate tokens is set.
backdrop_get_token includes/common.inc Generates a token based on $value, the user session, and the private key.
backdrop_valid_token includes/common.inc Validates a token based on $value, the user session, and the private key.
_backdrop_bootstrap_full includes/common.inc
backdrop_page_set_cache Deprecated includes/common.inc Stores the current page in the cache.
backdrop_page_create_cache includes/common.inc Create a page cache object for a page request.
backdrop_page_save_cache includes/common.inc Save a page cache entry to the cache.
backdrop_cron_run includes/common.inc Executes a cron run when called.
backdrop_system_listing includes/common.inc Returns information about system object files (modules, themes, etc.).
backdrop_pre_render_conditional_comments includes/common.inc Pre-render callback: Renders #browsers into #prefix and #suffix.
backdrop_pre_render_link includes/common.inc Pre-render callback: Renders a link into #markup.
backdrop_pre_render_links includes/common.inc Pre-render callback: Collects child links into a single array.
backdrop_pre_render_markup includes/common.inc Pre-render callback: Appends contents in #markup to #children.
backdrop_pre_render_dropbutton includes/common.inc Pre-render callback: Attaches the dropbutton library and required markup.

Pages