Name Locationsort descending Type Description
drupal_get_feeds includes/drupal.inc function Gets the feed URLs for the current page.
drupal_get_query_parameters includes/drupal.inc function Processes a URL query parameter array to remove unwanted elements.
drupal_get_query_array includes/drupal.inc function Splits a URL-encoded query string into an array.
drupal_http_build_query includes/drupal.inc function Parses an array into a valid, rawurlencoded query string.
drupal_get_destination includes/drupal.inc function Prepares a 'destination' URL query parameter for use with backdrop_goto().
drupal_parse_url includes/drupal.inc function Parses a system URL string into an associative array suitable for url().
drupal_encode_path includes/drupal.inc function Encodes a Backdrop path for use in a URL.
drupal_goto includes/drupal.inc function Sends the user to a different page.
drupal_site_offline includes/drupal.inc function Delivers a "site is under maintenance" message to the browser.
drupal_not_found includes/drupal.inc function Delivers a "page not found" error to the browser.
drupal_access_denied includes/drupal.inc function Delivers an "access denied" error to the browser.
drupal_http_request includes/drupal.inc function Performs an HTTP request.
drupal_attributes includes/drupal.inc function Converts an associative array to an XML/HTML tag attribute string.
drupal_base64_encode includes/drupal.inc function Returns a URL-safe, base64 encoded version of the supplied string.
drupal_http_header_attributes includes/drupal.inc function Formats an attribute string for an HTTP header.
drupal_strip_dangerous_protocols includes/drupal.inc function Strips dangerous protocols (e.g. 'javascript:') from a URI.
drupal_deliver_html_page includes/drupal.inc function Packages and sends the result of a page callback to the browser as HTML.
drupal_page_footer includes/drupal.inc function Performs end-of-request tasks.
drupal_exit includes/drupal.inc function Performs end-of-request tasks.
drupal_map_assoc includes/drupal.inc function Forms an associative array from a linear array.
drupal_set_time_limit includes/drupal.inc function Attempts to set the PHP maximum execution time.
drupal_get_path includes/drupal.inc function Returns the path to a system item (module, theme, etc.).
drupal_add_html_head_link includes/drupal.inc function Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD.
drupal_add_css includes/drupal.inc function Adds a cascading stylesheet to the stylesheet queue.
drupal_get_css includes/drupal.inc function Returns a themed representation of all stylesheets to attach to the page.
drupal_group_css includes/drupal.inc function Grouping callback: Groups CSS items by their types, media, and browsers.
drupal_aggregate_css includes/drupal.inc function Aggregation callback: Aggregates CSS files and inline content.
drupal_pre_render_styles includes/drupal.inc function Pre-render callback: Adds the elements needed for CSS tags to be rendered.
drupal_build_css_cache includes/drupal.inc function Aggregates and optimizes CSS files into a cache file in the files directory.
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_clear_css_cache includes/drupal.inc function Deletes old cached CSS files.
drupal_delete_file_if_stale includes/drupal.inc function Deletes files modified more than a set time ago.
drupal_clean_css_identifier includes/drupal.inc function Prepares a string for use as a CSS identifier (element, class, or ID name).
drupal_html_class includes/drupal.inc function Prepares a string for use as a valid class name.
drupal_html_id includes/drupal.inc function Prepares a string for use as a valid HTML ID and guarantees uniqueness.
drupal_region_class includes/drupal.inc function Provides a standard HTML class name that identifies a page region.
drupal_add_js includes/drupal.inc function Adds a JavaScript file, setting, or inline code to the page.
drupal_js_defaults includes/drupal.inc function Constructs an array of the defaults that are used for JavaScript items.
drupal_get_js includes/drupal.inc function Returns a themed presentation of all JavaScript code for the current page.
drupal_pre_render_scripts includes/drupal.inc function #pre_render callback to add the elements needed for JavaScript tags to be rendered.
drupal_group_js includes/drupal.inc function Default callback to group JavaScript items.
drupal_aggregate_js includes/drupal.inc function Default callback to aggregate JavaScript files.
drupal_process_attached includes/drupal.inc function Adds attachments to a render() structure.
drupal_process_states includes/drupal.inc function Adds JavaScript to change the state of an element based on another element.
drupal_add_library includes/drupal.inc function Adds multiple JavaScript or CSS files at the same time.
drupal_get_library includes/drupal.inc function Retrieves information for a JavaScript/CSS library.
drupal_add_tabledrag includes/drupal.inc function Assists in adding the tableDrag JavaScript behavior to a themed table.
drupal_build_js_cache includes/drupal.inc function Aggregates JavaScript files into a cache file in the files directory.
drupal_random_key includes/drupal.inc function Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range).

Pages