drupal_deliver_html_page |
core/includes/drupal.inc |
function |
Packages and sends the result of a page callback to the browser as HTML. |
drupal_deliver_page |
core/includes/drupal.inc |
function |
Delivers a page callback result to the browser in the appropriate format. |
drupal_depth_first_search |
core/includes/drupal.inc |
function |
Performs a depth-first search and sort on a directed acyclic graph. |
drupal_detect_baseurl |
core/includes/drupal.inc |
function |
Loads the installation profile, extracting its defined distribution name. |
drupal_detect_database_types |
core/includes/drupal.inc |
function |
Returns all supported database installer objects that are compiled into PHP. |
drupal_dirname |
core/includes/drupal.inc |
function |
Gets the name of the directory from a given path. |
drupal_encode_path |
core/includes/drupal.inc |
function |
Encodes a Backdrop path for use in a URL. |
drupal_environment_initialize |
core/includes/drupal.inc |
function |
Initializes the PHP environment. |
drupal_error_levels |
core/includes/drupal.inc |
function |
Maps PHP error constants to watchdog severity levels. |
drupal_exit |
core/includes/drupal.inc |
function |
Performs end-of-request tasks. |
drupal_explode_tags |
core/includes/drupal.inc |
function |
Explodes a string of tags into an array. |
drupal_fast_404 |
core/includes/drupal.inc |
function |
Returns a simple 404 Not Found page. |
drupal_find_base_themes |
core/includes/drupal.inc |
function |
Find all the base themes for the specified theme. |
drupal_find_theme_functions |
core/includes/drupal.inc |
function |
Allows themes and/or theme engines to discover overridden theme functions. |
drupal_find_theme_templates |
core/includes/drupal.inc |
function |
Allows themes and/or theme engines to discover overridden templates. |
drupal_flush_all_caches |
core/includes/drupal.inc |
function |
Flushes all cached data on the site. |
drupal_form_submit |
core/includes/drupal.inc |
function |
Retrieves, populates, and processes a form. |
drupal_generate_test_ua |
core/includes/drupal.inc |
function |
Generates a user agent string with a HMAC and timestamp for simpletest. |
drupal_get_bootstrap_phase |
core/includes/drupal.inc |
function |
Returns the current bootstrap phase for this Backdrop process. |
drupal_get_breadcrumb |
core/includes/drupal.inc |
function |
Gets the breadcrumb trail for the current page. |
drupal_get_complete_schema |
core/includes/drupal.inc |
function |
Gets the whole database schema. |
drupal_get_css |
core/includes/drupal.inc |
function |
Returns a themed representation of all stylesheets to attach to the page. |
drupal_get_database_types |
core/includes/drupal.inc |
function |
Returns all supported database installer objects that are compiled into PHP. |
drupal_get_destination |
core/includes/drupal.inc |
function |
Prepares a 'destination' URL query parameter for use with backdrop_goto(). |
drupal_get_feeds |
core/includes/drupal.inc |
function |
Gets the feed URLs for the current page. |
drupal_get_filename |
core/includes/drupal.inc |
function |
Returns and optionally sets the filename for a system resource. |
drupal_get_filetransfer_info |
core/includes/drupal.inc |
function |
Assembles the Backdrop FileTransfer registry. |
drupal_get_form |
core/includes/drupal.inc |
function |
Returns a renderable form array for a given form ID. |
drupal_get_hash_salt |
core/includes/drupal.inc |
function |
Gets a salt useful for hardening against SQL injection. |
drupal_get_html_head |
core/includes/drupal.inc |
function |
Retrieves output to be displayed in the HEAD tag of the HTML page. |
drupal_get_http_header |
core/includes/drupal.inc |
function |
Gets the HTTP response headers for the current page. |
drupal_get_installed_schema_version |
core/includes/drupal.inc |
function |
Returns the currently installed schema version for a module. |
drupal_get_js |
core/includes/drupal.inc |
function |
Returns a themed presentation of all JavaScript code for the current page. |
drupal_get_library |
core/includes/drupal.inc |
function |
Retrieves information for a JavaScript/CSS library. |
drupal_get_messages |
core/includes/drupal.inc |
function |
Returns all messages that have been set with backdrop_set_message(). |
drupal_get_normal_path |
core/includes/drupal.inc |
function |
Given a URL alias, return the internal path it represents. |
drupal_get_path |
core/includes/drupal.inc |
function |
Returns the path to a system item (module, theme, etc.). |
drupal_get_path_alias |
core/includes/drupal.inc |
function |
Given an internal Backdrop path, return the alias set by the administrator. |
drupal_get_private_key |
core/includes/drupal.inc |
function |
Ensures the private key variable used to generate tokens is set. |
drupal_get_profile |
core/includes/drupal.inc |
function |
Gets the name of the currently active installation profile. |
drupal_get_query_array |
core/includes/drupal.inc |
function |
Splits a URL-encoded query string into an array. |
drupal_get_query_parameters |
core/includes/drupal.inc |
function |
Processes a URL query parameter array to remove unwanted elements. |
drupal_get_schema |
core/includes/drupal.inc |
function |
Gets the schema definition of a table, or the whole database schema. |
drupal_get_schema_unprocessed |
core/includes/drupal.inc |
function |
Returns the unprocessed and unaltered version of a module's schema. |
drupal_get_schema_versions |
core/includes/drupal.inc |
function |
Returns an array of available schema versions for a module. |
drupal_get_title |
core/includes/drupal.inc |
function |
Gets the title of the current page. |
drupal_get_token |
core/includes/drupal.inc |
function |
Generates a token based on $value, the user session, and the private key. |
drupal_get_updaters |
core/includes/drupal.inc |
function |
Assembles the Backdrop Updater registry. |
drupal_get_user_timezone |
core/includes/drupal.inc |
function |
Returns the time zone of the current user. |
drupal_goto |
core/includes/drupal.inc |
function |
Sends the user to a different page. |