Name Locationsort ascending Type Description
drupal_page_get_cache includes/drupal.inc function Retrieves the current page from the cache.
drupal_page_is_cacheable includes/drupal.inc function Determines the cacheability of the current page.
drupal_load includes/drupal.inc function Includes a file with the provided type and name.
drupal_add_http_header includes/drupal.inc function Sets an HTTP response header for the current page.
drupal_get_http_header includes/drupal.inc function Gets the HTTP response headers for the current page.
drupal_send_headers includes/drupal.inc function Sends the HTTP response headers that were previously set, adding defaults.
drupal_page_header includes/drupal.inc function Sets HTTP headers in preparation for a page response.
drupal_serve_page_from_cache includes/drupal.inc function Sets HTTP headers in preparation for a cached page response.
backdrop_page_set_cache includes/common.inc function Stores the current page in the cache.
variable_del includes/bootstrap.inc function Unsets a persistent variable.
variable_set includes/bootstrap.inc function Sets a persistent variable.
variable_get includes/bootstrap.inc function Returns a persistent variable.
variable_initialize includes/bootstrap.inc function Loads the persistent variable table.

Pages