Name Locationsort ascending Description
BackdropCacheArray::__construct core/includes/bootstrap.inc Constructs a BackdropCacheArray object.
BackdropCacheArray::offsetExists core/includes/bootstrap.inc
BackdropCacheArray::offsetGet core/includes/bootstrap.inc
BackdropCacheArray::offsetSet core/includes/bootstrap.inc
BackdropCacheArray::offsetUnset core/includes/bootstrap.inc
BackdropCacheArray::persist core/includes/bootstrap.inc Flags an offset value to be written to the persistent cache.
BackdropCacheArray::resolveCacheMiss core/includes/bootstrap.inc Resolves a cache miss.
BackdropCacheArray::set core/includes/bootstrap.inc Writes a value to the persistent cache immediately.
BackdropCacheArray::__destruct core/includes/bootstrap.inc Destructs the BackdropCacheArray object.
timer_start core/includes/bootstrap.inc Starts the timer with the specified name.
timer_read core/includes/bootstrap.inc Reads the current timer value without stopping the timer.
timer_stop core/includes/bootstrap.inc Stops the timer with the specified name.
conf_path core/includes/bootstrap.inc Returns the appropriate configuration directory.
find_conf_path core/includes/bootstrap.inc Finds the appropriate configuration directory for a given host and path.
backdrop_override_server_variables core/includes/bootstrap.inc Sets appropriate server variables needed for command line scripts to work.
backdrop_environment_initialize core/includes/bootstrap.inc Initializes the PHP environment.
backdrop_valid_http_host core/includes/bootstrap.inc Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe.
backdrop_settings_initialize core/includes/bootstrap.inc Sets the base URL, cookie domain, and session name from configuration.
backdrop_get_filename core/includes/bootstrap.inc Returns and optionally sets the filename for a system resource.
variable_initialize Deprecated core/includes/bootstrap.inc Loads the persistent variable table.
settings_get core/includes/bootstrap.inc Returns a site-wide setting, usually specified via the settings.php file.
variable_get Deprecated core/includes/bootstrap.inc Returns a persistent variable.
backdrop_is_https core/includes/bootstrap.inc Checks whether an HTTPS request is being served.
variable_set Deprecated core/includes/bootstrap.inc Sets a persistent variable.
variable_del Deprecated core/includes/bootstrap.inc Unsets a persistent variable.
state_initialize core/includes/bootstrap.inc Loads the persistent state table.
state_get core/includes/bootstrap.inc Retrieves a "state" value from the database.
backdrop_set_length_headers core/includes/bootstrap.inc Set headers for content-length and content-range.
state_set core/includes/bootstrap.inc Sets a persistent state value.
state_del core/includes/bootstrap.inc Unsets a persistent state value.
backdrop_page_get_cache core/includes/bootstrap.inc Retrieves the current page from the cache.
backdrop_page_is_cacheable core/includes/bootstrap.inc Determines the cacheability of the current page.
backdrop_is_apache core/includes/bootstrap.inc Checks whether Backdrop is running under Apache.
backdrop_check_trusted_hosts core/includes/bootstrap.inc Checks if a host matches the trusted host patterns in settings.php.
bootstrap_invoke_all core/includes/bootstrap.inc Invokes a bootstrap hook in all bootstrap modules that implement it.
backdrop_is_nginx core/includes/bootstrap.inc Checks whether Backdrop is running under Nginx.
backdrop_load core/includes/bootstrap.inc Includes a file with the provided type and name.
backdrop_add_http_header core/includes/bootstrap.inc Sets an HTTP response header for the current page.
backdrop_get_http_header core/includes/bootstrap.inc Gets the HTTP response headers for the current page.
_backdrop_set_preferred_header_name core/includes/bootstrap.inc Sets the preferred name for the HTTP header.
backdrop_send_headers core/includes/bootstrap.inc Sends the HTTP response headers that were previously set, adding defaults.
backdrop_page_header core/includes/bootstrap.inc Sets HTTP headers in preparation for a page response.
_backdrop_bootstrap_sanitize_request core/includes/bootstrap.inc Sanitizes unsafe input from the PHP request super-globals.
backdrop_serve_page_from_cache core/includes/bootstrap.inc Sets HTTP headers in preparation for a cached page response.
bootstrap_hooks core/includes/bootstrap.inc Defines the critical hooks that force modules to always be loaded.
backdrop_unpack core/includes/bootstrap.inc Unserializes and appends elements from a serialized string.
t core/includes/bootstrap.inc Translates a string to the current language or to a given language.
format_string core/includes/bootstrap.inc Formats a string for HTML display by replacing variable placeholders.
check_plain core/includes/bootstrap.inc Encodes special characters in a plain-text string for display as HTML.
backdrop_validate_utf8 core/includes/bootstrap.inc Checks whether a string is valid UTF-8.

Pages