Namesort ascending Location Type Description
drupal_is_front_page includes/drupal.inc function Check if the current page is the home page.
drupal_is_cli includes/drupal.inc function Detects whether the current script is running in a command-line environment.
drupal_install_system includes/drupal.inc function Installs the system module.
drupal_install_schema includes/drupal.inc function Creates all tables defined in a module's hook_schema().
drupal_install_profile_distribution_name includes/drupal.inc function Loads the installation profile, extracting its defined distribution name.
drupal_install_mkdir includes/drupal.inc function Creates a directory with the specified permissions.
drupal_installation_attempted includes/drupal.inc function Returns TRUE if a Backdrop installation is currently being attempted.
drupal_implode_tags includes/drupal.inc function Implodes an array of tags into a string.
drupal_http_request includes/drupal.inc function Performs an HTTP request.
drupal_http_header_attributes includes/drupal.inc function Formats an attribute string for an HTTP header.
drupal_http_build_query includes/drupal.inc function Parses an array into a valid, rawurlencoded query string.
drupal_html_to_text includes/drupal.inc function Transforms an HTML string into plain text, preserving its structure.
drupal_html_id includes/drupal.inc function Prepares a string for use as a valid HTML ID and guarantees uniqueness.
drupal_html_class includes/drupal.inc function Prepares a string for use as a valid class name.
drupal_hmac_base64 includes/drupal.inc function Calculates a base-64 encoded, URL-safe sha-256 hmac.
drupal_hash_base64 includes/drupal.inc function Calculates a base-64 encoded, URL-safe sha-256 hash.
drupal_group_js includes/drupal.inc function Default callback to group JavaScript items.
drupal_group_css includes/drupal.inc function Grouping callback: Groups CSS items by their types, media, and browsers.
drupal_goto includes/drupal.inc function Sends the user to a different page.
drupal_get_user_timezone includes/drupal.inc function Returns the time zone of the current user.
drupal_get_updaters includes/drupal.inc function Assembles the Backdrop Updater registry.
drupal_get_token includes/drupal.inc function Generates a token based on $value, the user session, and the private key.
drupal_get_title includes/drupal.inc function Gets the title of the current page.
drupal_get_schema_versions includes/drupal.inc function Returns an array of available schema versions for a module.
drupal_get_schema_unprocessed includes/drupal.inc function Returns the unprocessed and unaltered version of a module's schema.
drupal_get_schema includes/drupal.inc function Gets the schema definition of a table, or the whole database schema.
drupal_get_query_parameters includes/drupal.inc function Processes a URL query parameter array to remove unwanted elements.
drupal_get_query_array includes/drupal.inc function Splits a URL-encoded query string into an array.
drupal_get_profile includes/drupal.inc function Gets the name of the currently active installation profile.
drupal_get_private_key includes/drupal.inc function Ensures the private key variable used to generate tokens is set.
drupal_get_path_alias includes/drupal.inc function Given an internal Backdrop path, return the alias set by the administrator.
drupal_get_path includes/drupal.inc function Returns the path to a system item (module, theme, etc.).
drupal_get_normal_path includes/drupal.inc function Given a path alias, return the internal path it represents.
drupal_get_messages includes/drupal.inc function Returns all messages that have been set with backdrop_set_message().
drupal_get_library includes/drupal.inc function Retrieves information for a JavaScript/CSS library.
drupal_get_js includes/drupal.inc function Returns a themed presentation of all JavaScript code for the current page.
drupal_get_installed_schema_version includes/drupal.inc function Returns the currently installed schema version for a module.
drupal_get_http_header includes/drupal.inc function Gets the HTTP response headers for the current page.
drupal_get_html_head includes/drupal.inc function Retrieves output to be displayed in the HEAD tag of the HTML page.
drupal_get_hash_salt includes/drupal.inc function Gets a salt useful for hardening against SQL injection.
drupal_get_form includes/drupal.inc function Returns a renderable form array for a given form ID.
drupal_get_filetransfer_info includes/drupal.inc function Assembles the Backdrop FileTransfer registry.
drupal_get_filename includes/drupal.inc function Returns and optionally sets the filename for a system resource.
drupal_get_feeds includes/drupal.inc function Gets the feed URLs for the current page.
drupal_get_destination includes/drupal.inc function Prepares a 'destination' URL query parameter for use with backdrop_goto().
drupal_get_database_types includes/drupal.inc function Returns all supported database installer objects that are compiled into PHP.
drupal_get_css includes/drupal.inc function Returns a themed representation of all stylesheets to attach to the page.
drupal_get_complete_schema includes/drupal.inc function Gets the whole database schema.
drupal_get_breadcrumb includes/drupal.inc function Gets the breadcrumb trail for the current page.
drupal_get_bootstrap_phase includes/drupal.inc function Returns the current bootstrap phase for this Backdrop process.

Pages