backdrop_current_script_url |
includes/install.inc |
Returns the URL of the current script, with modified query parameters. |
_backdrop_decode_exception |
includes/errors.inc |
Decodes an exception and retrieves the correct caller. |
_backdrop_default_html_head |
includes/common.inc |
Returns elements that are always displayed in the HEAD tag of the HTML page. |
backdrop_delete_file_if_stale |
includes/common.inc |
Deletes files modified more than a set time ago. |
backdrop_deliver_html_page |
includes/common.inc |
Packages and sends the result of a page callback to the browser as HTML. |
backdrop_deliver_page |
includes/common.inc |
Delivers a page callback result to the browser in the appropriate format. |
_backdrop_depth_first_search |
includes/graph.inc |
Performs a depth-first search on a graph. |
backdrop_depth_first_search |
includes/graph.inc |
Performs a depth-first search and sort on a directed acyclic graph. |
backdrop_detect_baseurl |
includes/install.inc |
Detects the base URL using the PHP $_SERVER variables. |
backdrop_dirname |
includes/file.inc |
Gets the name of the directory from a given path. |
backdrop_encode_path |
includes/common.inc |
Encodes a Backdrop path for use in a URL. |
backdrop_environment_initialize |
includes/bootstrap.inc |
Initializes the PHP environment. |
_backdrop_error_handler |
includes/bootstrap.inc |
Provides custom PHP error handling. |
_backdrop_error_handler_real |
includes/errors.inc |
Provides custom PHP error handling. |
backdrop_error_levels |
includes/errors.inc |
Maps PHP error constants to watchdog severity levels. |
_backdrop_exception_handler |
includes/bootstrap.inc |
Provides custom PHP exception handling. |
backdrop_exit |
includes/common.inc |
Performs end-of-request tasks. |
backdrop_explode_tags |
includes/common.inc |
Explodes a string of tags into an array. |
backdrop_find_backends |
includes/bootstrap.inc |
This is a wrapper for silkscreen_find_backends(), in case someone
happened to call it. |
backdrop_find_base_themes |
includes/theme.inc |
Find all the base themes for the specified theme. |
backdrop_find_theme_functions |
includes/theme.inc |
Allows themes and/or theme engines to discover overridden theme functions. |
backdrop_find_theme_templates |
includes/theme.inc |
Allows themes and/or theme engines to discover overridden templates. |
backdrop_flush_all_caches |
includes/common.inc |
Flushes all cached data on the site. |
_backdrop_flush_css_js |
includes/common.inc |
Changes the dummy query string added to all CSS and JavaScript files. |
backdrop_form_submit |
includes/form.inc |
Retrieves, populates, and processes a form. |
backdrop_generate_test_ua |
includes/bootstrap.inc |
Generates a user agent string with a HMAC and timestamp for simpletest. |
backdrop_get_bare_domain |
includes/common.inc |
Take a full URL and return only the bare domain, with sub-domains removed. |
backdrop_get_bootstrap_phase |
includes/bootstrap.inc |
Returns the current bootstrap phase for this Backdrop process. |
backdrop_get_breadcrumb |
includes/common.inc |
Gets the breadcrumb trail for the current page. |
backdrop_get_complete_schema |
includes/bootstrap.inc |
Gets the whole database schema. |
backdrop_get_css |
includes/common.inc |
Returns a themed representation of all stylesheets to attach to the page. |
backdrop_get_database_list |
includes/install.inc |
|
backdrop_get_database_types |
includes/install.inc |
|
backdrop_get_destination |
includes/common.inc |
Prepares a 'destination' URL query parameter for use with backdrop_goto(). |
backdrop_get_favicon |
includes/common.inc |
Gets the file location and mime type for site favicon. |
backdrop_get_feeds |
includes/common.inc |
Gets the feed URLs for the current page. |
backdrop_get_filename |
includes/bootstrap.inc |
Returns and optionally sets the filename for a system resource. |
backdrop_get_filetransfer_info |
includes/common.inc |
Assembles the Backdrop FileTransfer registry. |
backdrop_get_form |
includes/form.inc |
Returns a renderable form array for a given form ID. |
backdrop_get_hash_salt |
includes/common.inc |
Gets a salt useful for hardening against SQL injection. |
backdrop_get_html_head |
includes/common.inc |
Retrieves output to be displayed in the HEAD tag of the HTML page. |
backdrop_get_http_header |
includes/bootstrap.inc |
Gets the HTTP response headers for the current page. |
backdrop_get_installed_schema_version |
includes/install.inc |
Returns the currently installed schema version for a module. |
backdrop_get_js |
includes/common.inc |
Returns a themed presentation of all JavaScript code for the current page. |
_backdrop_get_last_caller |
includes/errors.inc |
Gets the last caller from a backtrace. |
backdrop_get_library |
includes/common.inc |
Retrieves information for a JavaScript/CSS library. |
backdrop_get_logo |
includes/common.inc |
Gets the site logo. |
backdrop_get_logo_info |
includes/common.inc |
Gets the path and dimensions of the site wide logo. |
backdrop_get_messages |
includes/bootstrap.inc |
Returns all messages that have been set with backdrop_set_message(). |
backdrop_get_normal_path |
includes/path.inc |
Given a path alias, return the internal path it represents. |