Contains filters are case sensitive
Name Locationsort ascending Description
backdrop_render_page includes/common.inc Renders the page, including the HTML, HEAD, and BODY tags.
backdrop_render includes/common.inc Renders HTML given a structured array tree.
backdrop_render_children includes/common.inc Renders children of an element and concatenates them.
_backdrop_flush_css_js includes/common.inc Changes the dummy query string added to all CSS and JavaScript files.
render includes/common.inc Renders an element.
hide includes/common.inc Hides an element from later rendering.
show includes/common.inc Shows a hidden element for later rendering.
backdrop_render_cache_get includes/common.inc Gets the rendered output of a renderable element from the cache.
backdrop_render_cache_set includes/common.inc Caches the rendered output of a renderable element.
backdrop_render_collect_attached includes/common.inc Collects #attached for an element and its children into a single array.
backdrop_render_cache_by_query includes/common.inc Prepares an element for caching based on a query.
backdrop_render_cid_parts includes/common.inc Returns cache ID parts for building a cache ID.
backdrop_render_cid_create includes/common.inc Creates the cache ID for a renderable element.
element_info includes/common.inc Retrieves the default properties for the defined element type.
element_info_property includes/common.inc Retrieves a single property for the defined element type.
backdrop_sort includes/common.inc Sort an array based on user-provided keys within that array.
element_property includes/common.inc Checks if the key is a property.
element_properties includes/common.inc Gets properties of a structured array element (keys beginning with '#').
element_child includes/common.inc Checks if the key is a child.
element_children includes/common.inc Identifies the children of an element array, optionally sorted by weight.
element_get_visible_children includes/common.inc Returns the visible children of an element.
element_set_attributes includes/common.inc Sets HTML attributes based on element properties.
backdrop_array_get_nested_value includes/common.inc Retrieves a value from a nested array with variable depth.
backdrop_array_diff_assoc_recursive includes/common.inc Recursively computes the difference of arrays with additional index check.
backdrop_array_set_nested_value includes/common.inc Sets a value in a nested array with variable depth.
backdrop_array_unset_nested_value includes/common.inc Unsets a value in a nested array with variable depth.
backdrop_array_nested_key_exists includes/common.inc Determines whether a nested array contains the requested keys.
backdrop_common_theme includes/common.inc Provides theme registration for themes across .inc files.
backdrop_get_filetransfer_info includes/common.inc Assembles the Backdrop FileTransfer registry.
backdrop_get_updaters includes/common.inc Assembles the Backdrop Updater registry.
archiver_get_archiver includes/common.inc Creates the appropriate archiver for the specified file.
archiver_get_extensions includes/common.inc Returns a string of supported archive extensions.
archiver_get_info includes/common.inc Retrieves a list of all available archivers.
backdrop_http_request includes/common.inc Performs an HTTP request.
_backdrop_http_use_proxy includes/common.inc Helper function for determining hosts excluded from needing a proxy.
_fix_gpc_magic includes/common.inc Strips slashes from a string or array of strings.
_fix_gpc_magic_files includes/common.inc Strips slashes from $_FILES items.
fix_gpc_magic includes/common.inc Fixes double-escaping caused by "magic quotes" in some PHP installations.
valid_email_address includes/common.inc Verifies the syntax of the given e-mail address.
valid_url includes/common.inc Verifies the syntax of the given URL.
valid_number_step includes/common.inc Verifies that a number is a multiple of a given step.
flood_register_event includes/common.inc Registers an event for the current visitor to the flood control mechanism.
flood_clear_event includes/common.inc Makes the flood control mechanism forget an event for the current visitor.
flood_is_allowed includes/common.inc Checks whether a user is allowed to proceed with the specified event.
backdrop_install_schema includes/common.inc Creates all tables defined in a module's hook_schema().
backdrop_uninstall_schema includes/common.inc Removes all tables defined in a module's hook_schema().
tempstore_get includes/common.inc Gets an object from the temp store.
backdrop_encode_path includes/common.inc Encodes a Backdrop path for use in a URL.
backdrop_goto_deprecated includes/common.inc Wraps backdrop_goto() to include a deprecated log message.
backdrop_goto includes/common.inc Sends the user to a different page.

Pages