backdrop_get_breadcrumb |
core/includes/common.inc |
Gets the breadcrumb trail for the current page. |
backdrop_get_complete_schema |
core/includes/bootstrap.inc |
Gets the whole database schema. |
backdrop_get_css |
core/includes/common.inc |
Returns a themed representation of all stylesheets to attach to the page. |
backdrop_get_destination |
core/includes/common.inc |
Prepares a 'destination' URL query parameter for use with backdrop_goto(). |
backdrop_get_favicon |
core/includes/common.inc |
Gets the file location and mime type for site favicon. |
backdrop_get_feeds |
core/includes/common.inc |
Gets the feed URLs for the current page. |
backdrop_get_filename |
core/includes/bootstrap.inc |
Returns and optionally sets the filename for a system resource. |
backdrop_get_filetransfer_info |
core/includes/common.inc |
Assembles the Backdrop FileTransfer registry. |
backdrop_get_form |
core/includes/form.inc |
Returns a renderable form array for a given form ID. |
backdrop_get_hash_salt |
core/includes/common.inc |
Gets a salt useful for hardening against SQL injection. |
backdrop_get_html_head |
core/includes/common.inc |
Retrieves output to be displayed in the HEAD tag of the HTML page. |
backdrop_get_http_header |
core/includes/bootstrap.inc |
Gets the HTTP response headers for the current page. |
backdrop_get_installed_schema_version |
core/includes/install.inc |
Returns the currently installed schema version for a module. |
backdrop_get_js |
core/includes/common.inc |
Returns a themed presentation of all JavaScript code for the current page. |
backdrop_get_library |
core/includes/common.inc |
Retrieves information for a JavaScript/CSS library. |
backdrop_get_logo |
core/includes/common.inc |
Gets the site logo. |
backdrop_get_logo_info |
core/includes/common.inc |
Gets the path and dimensions of the site wide logo. |
backdrop_get_messages |
core/includes/bootstrap.inc |
Returns all messages that have been set with backdrop_set_message(). |
backdrop_get_normal_path |
core/includes/path.inc |
Given a URL alias, return the internal path it represents. |
backdrop_get_path |
core/includes/common.inc |
Returns the path to a system item (module, theme, etc.). |
backdrop_get_path_alias |
core/includes/path.inc |
Given an internal Backdrop path, return the alias set by the administrator. |
backdrop_get_private_key |
core/includes/common.inc |
Ensures the private key variable used to generate tokens is set. |
backdrop_get_profile |
core/includes/common.inc |
Gets the name of the currently active installation profile. |
backdrop_get_query_array |
core/includes/common.inc |
Splits a URL-encoded query string into an array. |
backdrop_get_query_parameters |
core/includes/common.inc |
Processes a URL query parameter array to remove unwanted elements. |
backdrop_get_schema |
core/includes/bootstrap.inc |
Gets the schema definition of a table, or the whole database schema. |
backdrop_get_schema_unprocessed |
core/includes/common.inc |
Returns the unprocessed and unaltered version of a module's schema. |
backdrop_get_schema_versions |
core/includes/install.inc |
Returns an array of available schema versions for a module. |
backdrop_get_title |
core/includes/bootstrap.inc |
Gets the title of the current page. |
backdrop_get_token |
core/includes/common.inc |
Generates a token based on $value, the user session, and the private key. |
backdrop_get_updaters |
core/includes/common.inc |
Assembles the Backdrop Updater registry. |
backdrop_get_user_timezone |
core/includes/bootstrap.inc |
Returns the time zone of the current user. |
backdrop_goto |
core/includes/common.inc |
Sends the user to a different page. |
backdrop_goto_deprecated |
core/includes/common.inc |
Wraps backdrop_goto() to include a deprecated log message. |
backdrop_group_css |
core/includes/common.inc |
Grouping callback: Groups CSS items by their types, media, and browsers. |
backdrop_group_js |
core/includes/common.inc |
Default callback to group JavaScript items. |
backdrop_hash_base64 |
core/includes/bootstrap.inc |
Calculates a base-64 encoded, URL-safe sha-256 hash. |
backdrop_hmac_base64 |
core/includes/bootstrap.inc |
Calculates a base-64 encoded, URL-safe sha-256 hmac. |
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_html_to_text |
core/includes/mail.inc |
Transforms an HTML string into plain text, preserving its structure. |
backdrop_http_build_query |
core/includes/common.inc |
Parses an array into a valid, rawurlencoded query string. |
backdrop_http_header_attributes |
core/includes/common.inc |
Formats an attribute string for an HTTP header. |
backdrop_http_request |
core/includes/common.inc |
Performs an HTTP request. |
backdrop_implode_tags |
core/includes/common.inc |
Implodes an array of tags into a string. |
backdrop_installation_attempted |
core/includes/bootstrap.inc |
Returns TRUE if a Backdrop installation is currently being attempted. |
backdrop_install_config_location |
core/includes/install.inc |
Creates the config directory (for config in file storage) and ensures the
config storage location is operational. |
backdrop_install_mkdir |
core/includes/install.inc |
Creates a directory with the specified permissions. |
backdrop_install_profile_distribution_name |
core/includes/install.inc |
Loads the installation profile, extracting its defined distribution name. |
backdrop_install_schema |
core/includes/common.inc |
Creates all tables defined in a module's hook_schema(). |