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

Pages