backdrop_install_system |
core/includes/install.inc |
Installs the system module. |
backdrop_is_ajax |
core/includes/bootstrap.inc |
Detects if this is an AJAX HTTP request. |
backdrop_is_apache |
core/includes/bootstrap.inc |
Checks whether Backdrop is running under Apache. |
backdrop_is_background |
core/includes/bootstrap.inc |
Stores if Backdrop is currently being executed in the background. |
backdrop_is_cli |
core/includes/bootstrap.inc |
Detects whether the current script is running in a command-line environment. |
backdrop_is_dialog |
core/includes/bootstrap.inc |
Detects if this is a dialog HTTP request. |
backdrop_is_front_page |
core/includes/path.inc |
Check if the current page is the home page. |
backdrop_is_html |
core/includes/bootstrap.inc |
Detects if this is an HTML HTTP request. |
backdrop_is_https |
core/includes/bootstrap.inc |
Checks whether an HTTPS request is being served. |
backdrop_is_litespeed |
core/includes/bootstrap.inc |
Checks whether Backdrop is running under LiteSpeed. |
backdrop_is_nginx |
core/includes/bootstrap.inc |
Checks whether Backdrop is running under Nginx. |
backdrop_json_decode |
core/includes/common.inc |
Converts an HTML-safe JSON string into its PHP equivalent. |
backdrop_json_decode_unicode Deprecated |
core/includes/common.inc |
Decode Unicode characters in JSON strings. |
backdrop_json_deliver |
core/includes/common.inc |
Packages and sends the result of a page callback to the browser as JSON. |
backdrop_json_encode |
core/includes/common.inc |
Converts a PHP variable into its JavaScript equivalent. |
backdrop_json_format Deprecated |
core/includes/common.inc |
Format a string of JSON for older versions of PHP. |
backdrop_json_output |
core/includes/common.inc |
Returns data in JSON format. |
backdrop_js_defaults |
core/includes/common.inc |
Constructs an array of the defaults that are used for JavaScript items. |
backdrop_language_initialize |
core/includes/bootstrap.inc |
Initializes all the defined language types. |
backdrop_load |
core/includes/bootstrap.inc |
Includes a file with the provided type and name. |
backdrop_load_database_driver |
core/includes/install.inc |
Returns all supported database installer objects that are compiled into PHP. |
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_updates |
core/includes/install.inc |
Loads .install files for installed modules to initialize the update system. |
backdrop_lookup_path |
core/includes/path.inc |
Given an alias, return its Backdrop system URL if one exists. Given a Backdrop
system URL return one of its aliases if such a one exists. Otherwise,
return FALSE. |
backdrop_mail |
core/includes/mail.inc |
Composes and optionally sends an email message. |
backdrop_mail_system |
core/includes/mail.inc |
Returns an object that implements the MailSystemInterface interface. |
backdrop_maintenance_theme |
core/includes/bootstrap.inc |
Enables use of the theme system without requiring database access. |
backdrop_map_assoc |
core/includes/common.inc |
Forms an associative array from a linear array. |
backdrop_match_path |
core/includes/path.inc |
Check if a path matches any pattern in a set of patterns. |
backdrop_merged_modules |
core/includes/module.inc |
Returns an array of modules that have been merged into Backdrop core. |
backdrop_mkdir |
core/includes/file.inc |
Creates a directory using Backdrop's default mode. |
backdrop_move_uploaded_file |
core/includes/file.inc |
Moves an uploaded file to a new location. |
backdrop_not_found |
core/includes/common.inc |
Delivers a "page not found" error to the browser. |
backdrop_override_server_variables |
core/includes/bootstrap.inc |
Sets appropriate server variables needed for command line scripts to work. |
backdrop_page_create_cache |
core/includes/common.inc |
Create a page cache object for a page request. |
backdrop_page_footer |
core/includes/common.inc |
Performs end-of-request tasks. |
backdrop_page_get_cache |
core/includes/bootstrap.inc |
Retrieves the current page from the cache. |
backdrop_page_header |
core/includes/bootstrap.inc |
Sets HTTP headers in preparation for a page response. |
backdrop_page_is_cacheable |
core/includes/bootstrap.inc |
Determines the cacheability of the current page. |
backdrop_page_save_cache |
core/includes/common.inc |
Save a page cache entry to the cache. |
backdrop_page_set_cache Deprecated |
core/includes/common.inc |
Stores the current page in the cache. |
backdrop_parse_dependency |
core/includes/common.inc |
Parses a dependency for comparison by backdrop_check_incompatibility(). |
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. |
backdrop_parse_url |
core/includes/common.inc |
Parses a system URL string into an associative array suitable for url(). |
backdrop_path_initialize |
core/includes/path.inc |
Initialize the $_GET['q'] variable to the proper normal path. |
backdrop_placeholder |
core/includes/bootstrap.inc |
Formats text for emphasized display in a placeholder inside a sentence. |
backdrop_prepare_form |
core/includes/form.inc |
Prepares a structured form array. |
backdrop_pre_render_conditional_comments Deprecated |
core/includes/common.inc |
Pre-render callback: Provides backwards-compatibility for #browsers property. |