Namesort descending Location Type Description
drupal_html_id includes/drupal.inc function Prepares a string for use as a valid HTML ID and guarantees uniqueness.
drupal_html_to_text includes/drupal.inc function Transforms an HTML string into plain text, preserving its structure.
drupal_http_build_query includes/drupal.inc function Parses an array into a valid, rawurlencoded query string.
drupal_http_header_attributes includes/drupal.inc function Formats an attribute string for an HTTP header.
drupal_http_request includes/drupal.inc function Performs an HTTP request.
drupal_implode_tags includes/drupal.inc function Implodes an array of tags into a string.
drupal_installation_attempted includes/drupal.inc function Returns TRUE if a Backdrop installation is currently being attempted.
drupal_install_mkdir includes/drupal.inc function Creates a directory with the specified permissions.
drupal_install_profile_distribution_name includes/drupal.inc function Loads the installation profile, extracting its defined distribution name.
drupal_install_schema includes/drupal.inc function Creates all tables defined in a module's hook_schema().
drupal_install_system includes/drupal.inc function Installs the system module.
drupal_is_cli includes/drupal.inc function Detects whether the current script is running in a command-line environment.
drupal_is_front_page includes/drupal.inc function Check if the current page is the home page.
drupal_js_defaults includes/drupal.inc function Constructs an array of the defaults that are used for JavaScript items.
drupal_json_decode includes/drupal.inc function Converts an HTML-safe JSON string into its PHP equivalent.
drupal_json_encode includes/drupal.inc function Converts a PHP variable into its JavaScript equivalent.
drupal_json_output includes/drupal.inc function Prints data to the page in JSON format.
drupal_language_initialize includes/drupal.inc function Initializes all the defined language types.
drupal_load includes/drupal.inc function Includes a file with the provided type and name.
drupal_load_stylesheet includes/drupal.inc function Loads the stylesheet and resolves all @import commands.
drupal_load_stylesheet_content includes/drupal.inc function Processes the contents of a stylesheet for aggregation.
drupal_load_updates includes/drupal.inc function Loads .install files for installed modules to initialize the update system.
drupal_lookup_path includes/drupal.inc function Given an alias, return its Backdrop system URL if one exists.
drupal_mail includes/drupal.inc function Composes and optionally sends an e-mail message.
drupal_mail_system includes/drupal.inc function Returns an object that implements the MailSystemInterface interface.
drupal_maintenance_theme includes/drupal.inc function Enables use of the theme system without requiring database access.
drupal_map_assoc includes/drupal.inc function Forms an associative array from a linear array.
drupal_match_path includes/drupal.inc function Check if a path matches any pattern in a set of patterns.
drupal_mkdir includes/drupal.inc function Creates a directory using Backdrop's default mode.
drupal_move_uploaded_file includes/drupal.inc function Moves an uploaded file to a new location.
drupal_not_found includes/drupal.inc function Delivers a "page not found" error to the browser.
drupal_override_server_variables includes/drupal.inc function Sets appropriate server variables needed for command line scripts to work.
drupal_page_footer includes/drupal.inc function Performs end-of-request tasks.
drupal_page_get_cache includes/drupal.inc function Retrieves the current page from the cache.
drupal_page_header includes/drupal.inc function Sets HTTP headers in preparation for a page response.
drupal_page_is_cacheable includes/drupal.inc function Determines the cacheability of the current page.
drupal_page_set_cache includes/drupal.inc function Stores the current page in the cache.
drupal_parse_dependency includes/drupal.inc function Parses a dependency for comparison by backdrop_check_incompatibility().
drupal_parse_info_file includes/drupal.inc function Parses Backdrop module and theme .info files.
drupal_parse_info_format includes/drupal.inc function Parses data in Backdrop's .info format.
drupal_parse_url includes/drupal.inc function Parses a system URL string into an associative array suitable for url().
drupal_path_alias_whitelist_rebuild includes/drupal.inc function Rebuild the path alias white list.
drupal_path_initialize includes/drupal.inc function Initialize the $_GET['q'] variable to the proper normal path.
drupal_placeholder includes/drupal.inc function Formats text for emphasized display in a placeholder inside a sentence.
drupal_prepare_form includes/drupal.inc function Prepares a structured form array.
drupal_pre_render_conditional_comments includes/drupal.inc function Pre-render callback: Renders #browsers into #prefix and #suffix.
drupal_pre_render_link includes/drupal.inc function Pre-render callback: Renders a link into #markup.
drupal_pre_render_links includes/drupal.inc function Pre-render callback: Collects child links into a single array.
drupal_pre_render_markup includes/drupal.inc function Pre-render callback: Appends contents in #markup to #children.
drupal_pre_render_scripts includes/drupal.inc function #pre_render callback to add the elements needed for JavaScript tags to be rendered.

Pages