Namesort descending Location Description
drupal_get_profile Deprecated core/includes/drupal.inc Gets the name of the currently active installation profile.
drupal_get_query_array Deprecated core/includes/drupal.inc Splits a URL-encoded query string into an array.
drupal_get_query_parameters Deprecated core/includes/drupal.inc Processes a URL query parameter array to remove unwanted elements.
drupal_get_schema Deprecated core/includes/drupal.inc Gets the schema definition of a table, or the whole database schema.
drupal_get_schema_unprocessed Deprecated core/includes/drupal.inc Returns the unprocessed and unaltered version of a module's schema.
drupal_get_schema_versions Deprecated core/includes/drupal.inc Returns an array of available schema versions for a module.
drupal_get_title Deprecated core/includes/drupal.inc Gets the title of the current page.
drupal_get_token Deprecated core/includes/drupal.inc Generates a token based on $value, the user session, and the private key.
drupal_get_updaters Deprecated core/includes/drupal.inc Assembles the Backdrop Updater registry.
drupal_get_user_timezone Deprecated core/includes/drupal.inc Returns the time zone of the current user.
drupal_goto Deprecated core/includes/drupal.inc Sends the user to a different page.
drupal_group_css Deprecated core/includes/drupal.inc Grouping callback: Groups CSS items by their types, media, and browsers.
drupal_group_js Deprecated core/includes/drupal.inc Default callback to group JavaScript items.
drupal_hash_base64 Deprecated core/includes/drupal.inc Calculates a base-64 encoded, URL-safe sha-256 hash.
drupal_hmac_base64 Deprecated core/includes/drupal.inc Calculates a base-64 encoded, URL-safe sha-256 hmac.
drupal_html_class Deprecated core/includes/drupal.inc Prepares a string for use as a valid class name.
drupal_html_id Deprecated core/includes/drupal.inc Prepares a string for use as a valid HTML ID and guarantees uniqueness.
drupal_html_to_text Deprecated core/includes/drupal.inc Transforms an HTML string into plain text, preserving its structure.
drupal_http_build_query Deprecated core/includes/drupal.inc Parses an array into a valid, rawurlencoded query string.
drupal_http_header_attributes Deprecated core/includes/drupal.inc Formats an attribute string for an HTTP header.
drupal_http_request Deprecated core/includes/drupal.inc Performs an HTTP request.
drupal_implode_tags Deprecated core/includes/drupal.inc Implodes an array of tags into a string.
drupal_installation_attempted Deprecated core/includes/drupal.inc Returns TRUE if a Backdrop installation is currently being attempted.
drupal_install_mkdir Deprecated core/includes/drupal.inc Creates a directory with the specified permissions.
drupal_install_profile_distribution_name Deprecated core/includes/drupal.inc Loads the installation profile, extracting its defined distribution name.
drupal_install_schema Deprecated core/includes/drupal.inc Creates all tables defined in a module's hook_schema().
drupal_install_system Deprecated core/includes/drupal.inc Installs the system module.
drupal_is_cli Deprecated core/includes/drupal.inc Detects whether the current script is running in a command-line environment.
drupal_is_front_page Deprecated core/includes/drupal.inc Check if the current page is the home page.
drupal_json_decode Deprecated core/includes/drupal.inc Converts an HTML-safe JSON string into its PHP equivalent.
drupal_json_encode Deprecated core/includes/drupal.inc Converts a PHP variable into its JavaScript equivalent.
drupal_json_output Deprecated core/includes/drupal.inc Prints data to the page in JSON format.
drupal_js_defaults Deprecated core/includes/drupal.inc Constructs an array of the defaults that are used for JavaScript items.
drupal_language_initialize Deprecated core/includes/drupal.inc Initializes all the defined language types.
drupal_load Deprecated core/includes/drupal.inc Includes a file with the provided type and name.
drupal_load_stylesheet Deprecated core/includes/drupal.inc Loads the stylesheet and resolves all @import commands.
drupal_load_stylesheet_content Deprecated core/includes/drupal.inc Processes the contents of a stylesheet for aggregation.
drupal_load_updates Deprecated core/includes/drupal.inc Loads .install files for installed modules to initialize the update system.
drupal_lookup_path Deprecated core/includes/drupal.inc Given an alias, return its Backdrop system URL if one exists.
drupal_mail Deprecated core/includes/drupal.inc Composes and optionally sends an email message.
drupal_mail_system Deprecated core/includes/drupal.inc Returns an object that implements the MailSystemInterface interface.
drupal_maintenance_theme Deprecated core/includes/drupal.inc Enables use of the theme system without requiring database access.
drupal_map_assoc Deprecated core/includes/drupal.inc Forms an associative array from a linear array.
drupal_match_path Deprecated core/includes/drupal.inc Check if a path matches any pattern in a set of patterns.
drupal_mkdir Deprecated core/includes/drupal.inc Creates a directory using Backdrop's default mode.
drupal_move_uploaded_file Deprecated core/includes/drupal.inc Moves an uploaded file to a new location.
drupal_not_found Deprecated core/includes/drupal.inc Delivers a "page not found" error to the browser.
drupal_override_server_variables Deprecated core/includes/drupal.inc Sets appropriate server variables needed for command line scripts to work.
drupal_page_footer Deprecated core/includes/drupal.inc Performs end-of-request tasks.
drupal_page_get_cache Deprecated core/includes/drupal.inc Retrieves the current page from the cache.

Pages