Namesort ascending Location Type Description
drupal_render_cache_by_query includes/drupal.inc function Prepares an element for caching based on a query.
drupal_render includes/drupal.inc function Renders HTML given a structured array tree.
drupal_register_shutdown_function includes/drupal.inc function Registers a function for execution on shutdown.
drupal_region_class includes/drupal.inc function Provides a standard HTML class name that identifies a page region.
drupal_redirect_form includes/drupal.inc function Redirects the user to a URL after a form has been processed.
drupal_rebuild_form includes/drupal.inc function Constructs a new $form from the information in $form_state.
drupal_realpath includes/drupal.inc function Resolves the absolute filepath of a local URI or filepath.
drupal_random_key includes/drupal.inc function Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range).
drupal_random_bytes includes/drupal.inc function Returns a string of highly randomized bytes (over the full 8-bit range).
drupal_process_states includes/drupal.inc function Adds JavaScript to change the state of an element based on another element.
drupal_process_form includes/drupal.inc function Processes a form submission.
drupal_process_attached includes/drupal.inc function Adds attachments to a render() structure.
drupal_pre_render_styles includes/drupal.inc function Pre-render callback: Adds the elements needed for CSS tags to be rendered.
drupal_pre_render_scripts includes/drupal.inc function #pre_render callback to add the elements needed for JavaScript tags to be rendered.
drupal_pre_render_markup includes/drupal.inc function Pre-render callback: Appends contents in #markup to #children.
drupal_pre_render_links includes/drupal.inc function Pre-render callback: Collects child links into a single array.
drupal_pre_render_link includes/drupal.inc function Pre-render callback: Renders a link into #markup.
drupal_pre_render_conditional_comments includes/drupal.inc function Pre-render callback: Renders #browsers into #prefix and #suffix.
drupal_prepare_form includes/drupal.inc function Prepares a structured form array.
drupal_placeholder includes/drupal.inc function Formats text for emphasized display in a placeholder inside a sentence.
drupal_path_initialize includes/drupal.inc function Initialize the $_GET['q'] variable to the proper normal path.
drupal_path_alias_whitelist_rebuild includes/drupal.inc function Rebuild the path alias white list.
drupal_parse_url includes/drupal.inc function Parses a system URL string into an associative array suitable for url().
drupal_parse_info_format includes/drupal.inc function Parses data in Backdrop's .info format.
drupal_parse_info_file includes/drupal.inc function Parses Backdrop module and theme .info files.
drupal_parse_dependency includes/drupal.inc function Parses a dependency for comparison by backdrop_check_incompatibility().
drupal_page_set_cache includes/drupal.inc function Stores the current page in the cache.
drupal_page_is_cacheable includes/drupal.inc function Determines the cacheability of the current page.
drupal_page_header includes/drupal.inc function Sets HTTP headers in preparation for a page response.
drupal_page_get_cache includes/drupal.inc function Retrieves the current page from the cache.
drupal_page_footer includes/drupal.inc function Performs end-of-request tasks.
drupal_override_server_variables includes/drupal.inc function Sets appropriate server variables needed for command line scripts to work.
drupal_not_found includes/drupal.inc function Delivers a "page not found" error to the browser.
drupal_move_uploaded_file includes/drupal.inc function Moves an uploaded file to a new location.
drupal_mkdir includes/drupal.inc function Creates a directory using Backdrop's default mode.
drupal_match_path includes/drupal.inc function Check if a path matches any pattern in a set of patterns.
drupal_map_assoc includes/drupal.inc function Forms an associative array from a linear array.
drupal_maintenance_theme includes/drupal.inc function Enables use of the theme system without requiring database access.
drupal_mail_system includes/drupal.inc function Returns an object that implements the MailSystemInterface interface.
drupal_mail includes/drupal.inc function Composes and optionally sends an e-mail message.
drupal_lookup_path includes/drupal.inc function Given an alias, return its Backdrop system URL if one exists.
drupal_load_updates includes/drupal.inc function Loads .install files for installed modules to initialize the update system.
drupal_load_stylesheet_content includes/drupal.inc function Processes the contents of a stylesheet for aggregation.
drupal_load_stylesheet includes/drupal.inc function Loads the stylesheet and resolves all @import commands.
drupal_load includes/drupal.inc function Includes a file with the provided type and name.
drupal_language_initialize includes/drupal.inc function Initializes all the defined language types.
drupal_json_output includes/drupal.inc function Prints data to the page in JSON format.
drupal_json_encode includes/drupal.inc function Converts a PHP variable into its JavaScript equivalent.
drupal_json_decode includes/drupal.inc function Converts an HTML-safe JSON string into its PHP equivalent.
drupal_js_defaults includes/drupal.inc function Constructs an array of the defaults that are used for JavaScript items.

Pages