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

Pages