Name Locationsort ascending Description
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.
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.

Pages