Contains filters are case sensitive
Name Locationsort descending Description
drupal_load_stylesheet Deprecated includes/drupal.inc Loads the stylesheet and resolves all @import commands.
drupal_build_css_cache Deprecated includes/drupal.inc Aggregates and optimizes CSS files into a cache file in the files directory.
drupal_pre_render_styles Deprecated includes/drupal.inc Pre-render callback: Adds the elements needed for CSS tags to be rendered.
drupal_aggregate_css Deprecated includes/drupal.inc Aggregation callback: Aggregates CSS files and inline content.
drupal_group_css Deprecated includes/drupal.inc Grouping callback: Groups CSS items by their types, media, and browsers.
drupal_get_css Deprecated includes/drupal.inc Returns a themed representation of all stylesheets to attach to the page.
drupal_add_css Deprecated includes/drupal.inc Adds a cascading stylesheet to the stylesheet queue.
drupal_add_html_head_link Deprecated includes/drupal.inc Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD.
drupal_get_path Deprecated includes/drupal.inc Returns the path to a system item (module, theme, etc.).
drupal_set_time_limit Deprecated includes/drupal.inc Attempts to set the PHP maximum execution time.
drupal_map_assoc Deprecated includes/drupal.inc Forms an associative array from a linear array.
drupal_exit Deprecated includes/drupal.inc Performs end-of-request tasks.
drupal_page_footer Deprecated includes/drupal.inc Performs end-of-request tasks.
drupal_deliver_html_page Deprecated includes/drupal.inc Packages and sends the result of a page callback to the browser as HTML.
drupal_deliver_page Deprecated includes/drupal.inc Delivers a page callback result to the browser in the appropriate format.
drupal_attributes Deprecated includes/drupal.inc Converts an associative array to an XML/HTML tag attribute string.
drupal_http_header_attributes Deprecated includes/drupal.inc Formats an attribute string for an HTTP header.
drupal_strip_dangerous_protocols Deprecated includes/drupal.inc Strips dangerous protocols (e.g. 'javascript:') from a URI.
drupal_http_request Deprecated includes/drupal.inc Performs an HTTP request.
drupal_access_denied Deprecated includes/drupal.inc Delivers an "access denied" error to the browser.
drupal_not_found Deprecated includes/drupal.inc Delivers a "page not found" error to the browser.
drupal_site_offline Deprecated includes/drupal.inc Delivers a "site is under maintenance" message to the browser.
drupal_goto Deprecated includes/drupal.inc Sends the user to a different page.
drupal_encode_path Deprecated includes/drupal.inc Encodes a Backdrop path for use in a URL.
drupal_parse_url Deprecated includes/drupal.inc Parses a system URL string into an associative array suitable for url().
drupal_get_destination Deprecated includes/drupal.inc Prepares a 'destination' URL query parameter for use with backdrop_goto().
drupal_http_build_query Deprecated includes/drupal.inc Parses an array into a valid, rawurlencoded query string.
drupal_get_query_array Deprecated includes/drupal.inc Splits a URL-encoded query string into an array.
drupal_get_query_parameters Deprecated includes/drupal.inc Processes a URL query parameter array to remove unwanted elements.
drupal_get_feeds Deprecated includes/drupal.inc Gets the feed URLs for the current page.
drupal_add_feed Deprecated includes/drupal.inc Adds a feed URL 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_add_html_head Deprecated includes/drupal.inc Adds output to the HEAD tag of the HTML page.
drupal_get_breadcrumb Deprecated includes/drupal.inc Gets the breadcrumb trail for the current page.
drupal_set_breadcrumb Deprecated includes/drupal.inc Sets the breadcrumb trail for the current page.
drupal_get_profile Deprecated includes/drupal.inc Gets the name of the currently active installation profile.
drupal_register_shutdown_function Deprecated includes/drupal.inc Registers a function for execution on shutdown.
drupal_placeholder Deprecated includes/drupal.inc Formats text for emphasized display in a placeholder inside a sentence.
drupal_is_cli Deprecated includes/drupal.inc Detects whether the current script is running in a command-line environment.
drupal_static_reset Deprecated includes/drupal.inc Resets one or all centrally stored static variable(s).
drupal_static Deprecated includes/drupal.inc Provides central static variable storage.
drupal_autoload_class Deprecated includes/drupal.inc Confirms that a class is available.
drupal_autoload_interface Deprecated includes/drupal.inc Confirms that a class is available.
drupal_get_complete_schema Deprecated includes/drupal.inc Gets the whole database schema.
drupal_get_schema Deprecated includes/drupal.inc Gets the schema definition of a table, or the whole database schema.
drupal_language_initialize Deprecated includes/drupal.inc Initializes all the defined language types.
drupal_installation_attempted Deprecated includes/drupal.inc Returns TRUE if a Backdrop installation is currently being attempted.
drupal_fast_404 Deprecated includes/drupal.inc Returns a simple 404 Not Found page.
drupal_maintenance_theme Deprecated includes/drupal.inc Enables use of the theme system without requiring database access.
drupal_generate_test_ua Deprecated includes/drupal.inc Generates a user agent string with a HMAC and timestamp for simpletest.

Pages