Name Locationsort ascending Description
backdrop_aggregate_js core/includes/common.inc Default callback to aggregate JavaScript files.
backdrop_process_attached core/includes/common.inc Adds attachments to a render() structure.
backdrop_process_states core/includes/common.inc Adds JavaScript to change the state of an element based on another element.
backdrop_add_library core/includes/common.inc Adds multiple JavaScript or CSS files at the same time.
backdrop_get_library core/includes/common.inc Retrieves information for a JavaScript/CSS library.
backdrop_add_tabledrag core/includes/common.inc Assists in adding the tableDrag JavaScript behavior to a themed table.
backdrop_build_js_cache core/includes/common.inc Aggregates JavaScript files into a cache file in the files directory.
backdrop_clear_js_cache core/includes/common.inc Deletes old cached JavaScript files and variables.
backdrop_json_encode core/includes/common.inc Converts a PHP variable into its JavaScript equivalent.
backdrop_json_decode core/includes/common.inc Converts an HTML-safe JSON string into its PHP equivalent.
backdrop_json_format Deprecated core/includes/common.inc Format a string of JSON for older versions of PHP.
backdrop_json_decode_unicode Deprecated core/includes/common.inc Decode Unicode characters in JSON strings.
backdrop_json_output core/includes/common.inc Returns data in JSON format.
backdrop_get_hash_salt core/includes/common.inc Gets a salt useful for hardening against SQL injection.
backdrop_get_private_key core/includes/common.inc Ensures the private key variable used to generate tokens is set.
backdrop_get_token core/includes/common.inc Generates a token based on $value, the user session, and the private key.
backdrop_valid_token core/includes/common.inc Validates a token based on $value, the user session, and the private key.
_backdrop_bootstrap_full core/includes/common.inc
backdrop_page_set_cache Deprecated core/includes/common.inc Stores the current page in the cache.
backdrop_goto_deprecated core/includes/common.inc Wraps backdrop_goto() to include a deprecated log message.
backdrop_cron_run core/includes/common.inc Executes a cron run when called.
backdrop_system_listing core/includes/common.inc Returns information about system object files (modules, themes, etc.).
backdrop_pre_render_conditional_comments Deprecated core/includes/common.inc Pre-render callback: Provides backwards-compatibility for #browsers property.
backdrop_pre_render_link core/includes/common.inc Pre-render callback: Renders a link into #markup.
backdrop_pre_render_links core/includes/common.inc Pre-render callback: Collects child links into a single array.
backdrop_pre_render_markup core/includes/common.inc Pre-render callback: Appends contents in #markup to #children.
backdrop_pre_render_dropbutton core/includes/common.inc Pre-render callback: Attaches the dropbutton library and required markup.
backdrop_render_page core/includes/common.inc Renders the page, including the HTML, HEAD, and BODY tags.
backdrop_render core/includes/common.inc Renders HTML given a structured array tree.
backdrop_render_children core/includes/common.inc Renders children of an element and concatenates them.
render core/includes/common.inc Renders an element.
hide core/includes/common.inc Hides an element from later rendering.
show core/includes/common.inc Shows a hidden element for later rendering.
backdrop_get_logo_info core/includes/common.inc Gets the path and dimensions of the site wide logo.
backdrop_render_cache_get core/includes/common.inc Gets the rendered output of a renderable element from the cache.
backdrop_render_cache_set core/includes/common.inc Caches the rendered output of a renderable element.
backdrop_render_collect_attached core/includes/common.inc Collects #attached for an element and its children into a single array.
backdrop_render_cache_by_query core/includes/common.inc Prepares an element for caching based on a query.
backdrop_render_cid_parts core/includes/common.inc Returns cache ID parts for building a cache ID.
backdrop_render_cid_create core/includes/common.inc Creates the cache ID for a renderable element.
element_info core/includes/common.inc Retrieves the default properties for the defined element type.
element_info_property core/includes/common.inc Retrieves a single property for the defined element type.
backdrop_sort core/includes/common.inc Sort an array based on user-provided keys within that array.
element_property core/includes/common.inc Checks if the key is a property.
element_properties core/includes/common.inc Gets properties of a structured array element (keys beginning with '#').
element_child core/includes/common.inc Checks if the key is a child.
element_children core/includes/common.inc Identifies the children of an element array, optionally sorted by weight.
element_get_visible_children core/includes/common.inc Returns the visible children of an element.
element_set_attributes core/includes/common.inc Sets HTML attributes based on element properties.
backdrop_array_get_nested_value core/includes/common.inc Retrieves a value from a nested array with variable depth.

Pages