backdrop_add_http_header |
includes/bootstrap.inc |
Sets an HTTP response header for the current page. |
backdrop_add_js |
includes/common.inc |
Adds a JavaScript file, setting, or inline code to the page. |
backdrop_add_library |
includes/common.inc |
Adds multiple JavaScript or CSS files at the same time. |
backdrop_add_tabledrag |
includes/common.inc |
Assists in adding the tableDrag JavaScript behavior to a themed table. |
backdrop_aggregate_css |
includes/common.inc |
Aggregation callback: Aggregates CSS files and inline content. |
backdrop_aggregate_js |
includes/common.inc |
Default callback to aggregate JavaScript files. |
backdrop_alter |
includes/module.inc |
Passes alterable variables to specific hook_TYPE_alter() implementations. |
backdrop_anonymous_user |
includes/bootstrap.inc |
Generates a default anonymous $user object. |
backdrop_array_diff_assoc_recursive |
includes/common.inc |
Recursively computes the difference of arrays with additional index check. |
backdrop_array_get_nested_value |
includes/common.inc |
Retrieves a value from a nested array with variable depth. |
backdrop_array_merge_deep |
includes/bootstrap.inc |
Merges multiple arrays, recursively, and returns the merged array. |
backdrop_array_merge_deep_array |
includes/bootstrap.inc |
Merges multiple arrays, recursively, and returns the merged array. |
backdrop_array_nested_key_exists |
includes/common.inc |
Determines whether a nested array contains the requested keys. |
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_attributes |
includes/common.inc |
Converts an associative array to an XML/HTML tag attribute string. |
backdrop_autoload |
includes/bootstrap.inc |
Confirms that a class is available. |
backdrop_base64_encode |
includes/bootstrap.inc |
Returns a URL-safe, base64 encoded version of the supplied string. |
backdrop_basename |
includes/file.inc |
Gets the filename from a given path. |
backdrop_bootstrap |
includes/bootstrap.inc |
Ensures Backdrop is bootstrapped to the specified phase. |
_backdrop_bootstrap_configuration |
includes/bootstrap.inc |
Sets up the script environment and loads settings.php. |
_backdrop_bootstrap_database |
includes/bootstrap.inc |
Initializes the database system and registers autoload functions. |
_backdrop_bootstrap_full |
includes/common.inc |
|
backdrop_bootstrap_is_installed |
includes/bootstrap.inc |
Verify the installation of Backdrop is correct. |
_backdrop_bootstrap_page_cache |
includes/bootstrap.inc |
Attempts to serve a page from the cache. |
_backdrop_bootstrap_page_header |
includes/bootstrap.inc |
Invokes hook_boot() and sends HTTP headers. |
_backdrop_bootstrap_sanitize_input |
includes/bootstrap.inc |
Sanitizes unsafe keys from request input. |
_backdrop_bootstrap_sanitize_request |
includes/bootstrap.inc |
Sanitizes unsafe input from the PHP request super-globals. |
_backdrop_bootstrap_variables |
includes/bootstrap.inc |
Loads system variables and all enabled bootstrap modules. |
backdrop_build_css_cache |
includes/common.inc |
Aggregates and optimizes CSS files into a cache file in the files directory. |
_backdrop_build_css_path |
includes/common.inc |
Prefixes all paths within a CSS file for backdrop_build_css_cache(). |
backdrop_build_form |
includes/form.inc |
Builds and processes a form for a given form ID. |
backdrop_build_js_cache |
includes/common.inc |
Aggregates JavaScript files into a cache file in the files directory. |
backdrop_cache_system_paths |
includes/path.inc |
Cache system paths for a page. |
backdrop_check_incompatibility |
includes/common.inc |
Checks whether a version is compatible with a given dependency. |
backdrop_check_memory_limit |
includes/bootstrap.inc |
Compares the memory required for an operation to the available memory. |
backdrop_check_module |
includes/install.inc |
Checks a module's requirements. |
backdrop_check_profile |
includes/install.inc |
Checks an installation profile's requirements. |
backdrop_check_trusted_hosts |
includes/bootstrap.inc |
Checks if a host matches the trusted host patterns in settings.php. |
backdrop_chmod |
includes/file.inc |
Sets the permissions on a file or directory. |
backdrop_class_list |
includes/bootstrap.classes.inc |
Lists all the classes used by Backdrop core. |
backdrop_clean_css_identifier |
includes/common.inc |
Prepares a string for use as a CSS identifier (element, class, or ID name). |
backdrop_clear_css_cache |
includes/common.inc |
Deletes old cached CSS files. |
backdrop_clear_js_cache |
includes/common.inc |
Deletes old cached JavaScript files and variables. |
backdrop_clear_opcode_cache |
includes/bootstrap.inc |
Invalidates a PHP file from any active opcode caches. |
backdrop_clear_path_cache |
includes/path.inc |
Clear the path cache. |
backdrop_common_theme |
includes/common.inc |
Provides theme registration for themes across .inc files. |
backdrop_convert_to_utf8 |
includes/unicode.inc |
Converts data to UTF-8. |
backdrop_cron_run |
includes/common.inc |
Executes a cron run when called. |
backdrop_css_defaults |
includes/common.inc |
Constructs an array of the defaults that are used for styles items. |