base_path |
core/includes/common.inc |
Returns the base path (i.e., directory) of the Backdrop installation. |
backdrop_add_html_head_link |
core/includes/common.inc |
Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD. |
backdrop_add_css |
core/includes/common.inc |
Adds a cascading stylesheet to the stylesheet queue. |
backdrop_get_css |
core/includes/common.inc |
Returns a themed representation of all stylesheets to attach to the page. |
backdrop_group_css |
core/includes/common.inc |
Grouping callback: Groups CSS items by their types, media, and browsers. |
backdrop_aggregate_css |
core/includes/common.inc |
Aggregation callback: Aggregates CSS files and inline content. |
backdrop_pre_render_styles |
core/includes/common.inc |
Pre-render callback: Adds the elements needed for CSS tags to be rendered. |
backdrop_build_css_cache |
core/includes/common.inc |
Aggregates and optimizes CSS files into a cache file in the files directory. |
_backdrop_build_css_path |
core/includes/common.inc |
Prefixes all paths within a CSS file for backdrop_build_css_cache(). |
backdrop_load_stylesheet |
core/includes/common.inc |
Loads the stylesheet and resolves all @import commands. |
backdrop_load_stylesheet_content |
core/includes/common.inc |
Processes the contents of a stylesheet for aggregation. |
_backdrop_load_stylesheet |
core/includes/common.inc |
Loads stylesheets recursively and returns contents with corrected paths. |
backdrop_clear_css_cache |
core/includes/common.inc |
Deletes old cached CSS files. |
backdrop_delete_file_if_stale |
core/includes/common.inc |
Deletes files modified more than a set time ago. |
backdrop_clean_css_identifier |
core/includes/common.inc |
Prepares a string for use as a CSS identifier (element, class, or ID name). |
backdrop_html_class |
core/includes/common.inc |
Prepares a string for use as a valid class name. |
backdrop_html_id |
core/includes/common.inc |
Prepares a string for use as a valid HTML ID and guarantees uniqueness. |
backdrop_region_class |
core/includes/common.inc |
Provides a standard HTML class name that identifies a page region. |
backdrop_add_js |
core/includes/common.inc |
Adds a JavaScript file, setting, or inline code to the page. |
backdrop_js_defaults |
core/includes/common.inc |
Constructs an array of the defaults that are used for JavaScript items. |
backdrop_get_js |
core/includes/common.inc |
Returns a themed presentation of all JavaScript code for the current page. |
backdrop_pre_render_scripts |
core/includes/common.inc |
#pre_render callback to add the elements needed for JavaScript tags to be rendered. |
backdrop_group_js |
core/includes/common.inc |
Default callback to group JavaScript items. |
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_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. |