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_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. |
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. |
backdrop_page_create_cache |
core/includes/common.inc |
Create a page cache object for a page request. |