Contains filters are case sensitive
Name Locationsort ascending Description
drupal_render_cache_by_query Deprecated includes/drupal.inc Prepares an element for caching based on a query.
drupal_render_collect_attached Deprecated includes/drupal.inc Collects #attached for an element and its children into a single array.
drupal_render_cache_set Deprecated includes/drupal.inc Caches the rendered output of a renderable element.
drupal_render_cache_get Deprecated includes/drupal.inc Gets the rendered output of a renderable element from the cache.
drupal_render_children Deprecated includes/drupal.inc Renders children of an element and concatenates them.
drupal_render Deprecated includes/drupal.inc Renders HTML given a structured array tree.
drupal_render_page Deprecated includes/drupal.inc Renders the page, including the HTML, HEAD, and BODY tags.
drupal_pre_render_markup Deprecated includes/drupal.inc Pre-render callback: Appends contents in #markup to #children.
drupal_pre_render_links Deprecated includes/drupal.inc Pre-render callback: Collects child links into a single array.
drupal_pre_render_link Deprecated includes/drupal.inc Pre-render callback: Renders a link into #markup.
drupal_get_profile Deprecated includes/drupal.inc Gets the name of the currently active installation profile.
drupal_set_breadcrumb Deprecated includes/drupal.inc Sets the breadcrumb trail for the current page.
drupal_get_breadcrumb Deprecated includes/drupal.inc Gets the breadcrumb trail for the current page.
drupal_add_html_head Deprecated includes/drupal.inc Adds output to the HEAD tag of the HTML page.
drupal_override_server_variables Deprecated includes/drupal.inc Sets appropriate server variables needed for command line scripts to work.
drupal_environment_initialize Deprecated includes/drupal.inc Initializes the PHP environment.
drupal_valid_http_host Deprecated includes/drupal.inc Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe.
drupal_settings_initialize Deprecated includes/drupal.inc Sets the base URL, cookie domain, and session name from configuration.
drupal_get_html_head Deprecated includes/drupal.inc Retrieves output to be displayed in the HEAD tag of the HTML page.
drupal_get_filename Deprecated includes/drupal.inc Returns and optionally sets the filename for a system resource.
drupal_page_get_cache Deprecated includes/drupal.inc Retrieves the current page from the cache.
drupal_page_is_cacheable Deprecated includes/drupal.inc Determines the cacheability of the current page.
drupal_load Deprecated includes/drupal.inc Includes a file with the provided type and name.
drupal_add_http_header Deprecated includes/drupal.inc Sets an HTTP response header for the current page.
drupal_get_http_header Deprecated includes/drupal.inc Gets the HTTP response headers for the current page.
drupal_send_headers Deprecated includes/drupal.inc Sends the HTTP response headers that were previously set, adding defaults.
drupal_page_header Deprecated includes/drupal.inc Sets HTTP headers in preparation for a page response.
drupal_serve_page_from_cache Deprecated includes/drupal.inc Sets HTTP headers in preparation for a cached page response.
drupal_unpack Deprecated includes/drupal.inc Unserializes and appends elements from a serialized string.
drupal_validate_utf8 Deprecated includes/drupal.inc Checks whether a string is valid UTF-8.
drupal_set_message Deprecated includes/drupal.inc Sets a message to display to the user.
drupal_get_messages Deprecated includes/drupal.inc Returns all messages that have been set with backdrop_set_message().
drupal_get_title Deprecated includes/drupal.inc Gets the title of the current page.
drupal_set_title Deprecated includes/drupal.inc Sets the title of the current page.
drupal_random_key Deprecated includes/drupal.inc Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range).
drupal_base64_encode Deprecated includes/drupal.inc Returns a URL-safe, base64 encoded version of the supplied string.
drupal_random_bytes Deprecated includes/drupal.inc Returns a string of highly randomized bytes (over the full 8-bit range).
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_array_merge_deep Deprecated includes/drupal.inc Merges multiple arrays, recursively, and returns the merged array.
drupal_array_merge_deep_array Deprecated includes/drupal.inc Merges multiple arrays, recursively, and returns the merged array.
drupal_anonymous_user Deprecated includes/drupal.inc Generates a default anonymous $user object.
drupal_bootstrap Deprecated includes/drupal.inc Ensures Backdrop is bootstrapped to the specified phase.
drupal_get_user_timezone Deprecated includes/drupal.inc Returns the time zone of the current user.
drupal_get_bootstrap_phase Deprecated includes/drupal.inc Returns the current bootstrap phase for this Backdrop process.
drupal_valid_test_ua Deprecated includes/drupal.inc Returns the test prefix if this is an internal request from SimpleTest.
drupal_generate_test_ua Deprecated includes/drupal.inc Generates a user agent string with a HMAC and timestamp for simpletest.
drupal_maintenance_theme Deprecated includes/drupal.inc Enables use of the theme system without requiring database access.
drupal_fast_404 Deprecated includes/drupal.inc Returns a simple 404 Not Found page.
drupal_installation_attempted Deprecated includes/drupal.inc Returns TRUE if a Backdrop installation is currently being attempted.

Pages