Contains filters are case sensitive
Name Locationsort ascending Description
backdrop_serve_page_from_cache includes/bootstrap.inc Sets HTTP headers in preparation for a cached page response.
backdrop_set_length_headers includes/bootstrap.inc Set headers for content-length and content-range.
backdrop_page_header includes/bootstrap.inc Sets HTTP headers in preparation for a page response.
backdrop_send_headers includes/bootstrap.inc Sends the HTTP response headers that were previously set, adding defaults.
_backdrop_set_preferred_header_name includes/bootstrap.inc Sets the preferred name for the HTTP header.
backdrop_get_http_header includes/bootstrap.inc Gets the HTTP response headers for the current page.
backdrop_add_http_header includes/bootstrap.inc Sets an HTTP response header for the current page.
backdrop_parse_info_format includes/bootstrap.inc Parses data in Backdrop's .info format.
backdrop_parse_info_file includes/bootstrap.inc Parses Backdrop module and theme .info files.
backdrop_load_backends includes/bootstrap.inc Find and load all files for the requested backend type.
silkscreen_find_backends includes/bootstrap.inc Scan the drivers directories for driver modules and load the class files for the type of backend requested. The supported types are 'config', 'cache', and 'database'.
backdrop_find_backends includes/bootstrap.inc This is a wrapper for silkscreen_find_backends(), in case someone happened to call it.
silkscreen_driver_list includes/bootstrap.inc Returns a list of objects decribing the installed drivers indexed by their machine names. Each of the driver objects includes the path to their info file, their machine name, and the contents of their info files.
backdrop_load includes/bootstrap.inc Includes a file with the provided type and name.
bootstrap_invoke_all includes/bootstrap.inc Invokes a bootstrap hook in all bootstrap modules that implement it.
backdrop_page_is_cacheable includes/bootstrap.inc Determines the cacheability of the current page.
backdrop_page_get_cache includes/bootstrap.inc Retrieves the current page from the cache.
state_del includes/bootstrap.inc Unsets a persistent state value.
state_set includes/bootstrap.inc Sets a persistent state value.
state_get includes/bootstrap.inc Retrieves a "state" value from the database.
state_initialize includes/bootstrap.inc Loads the persistent state table.
variable_del Deprecated includes/bootstrap.inc Unsets a persistent variable.
variable_set Deprecated includes/bootstrap.inc Sets a persistent variable.
variable_get Deprecated includes/bootstrap.inc Returns a persistent variable.
settings_get includes/bootstrap.inc Returns a site-wide setting, usually specified via the settings.php file.
variable_initialize Deprecated includes/bootstrap.inc Loads the persistent variable table.
backdrop_get_filename includes/bootstrap.inc Returns and optionally sets the filename for a system resource.
backdrop_settings_initialize includes/bootstrap.inc Sets the base URL, cookie domain, and session name from configuration.
backdrop_is_nginx includes/bootstrap.inc Checks whether Backdrop is running under Nginx.
backdrop_is_apache includes/bootstrap.inc Checks whether Backdrop is running under Apache.
backdrop_is_https includes/bootstrap.inc Checks whether an HTTPS request is being served.
backdrop_valid_http_host includes/bootstrap.inc Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe.
backdrop_environment_initialize includes/bootstrap.inc Initializes the PHP environment.
backdrop_override_server_variables includes/bootstrap.inc Sets appropriate server variables needed for command line scripts to work.
find_conf_path includes/bootstrap.inc Finds the appropriate configuration directory for a given host and path.
conf_path includes/bootstrap.inc Returns the appropriate configuration directory.
timer_stop includes/bootstrap.inc Stops the timer with the specified name.
timer_read includes/bootstrap.inc Reads the current timer value without stopping the timer.
timer_start includes/bootstrap.inc Starts the timer with the specified name.
backdrop_check_trusted_hosts includes/bootstrap.inc Checks if a host matches the trusted host patterns in settings.php.
backdrop_clear_opcode_cache includes/bootstrap.inc Invalidates a PHP file from any active opcode caches.
backdrop_check_memory_limit includes/bootstrap.inc Compares the memory required for an operation to the available memory.
_backdrop_shutdown_function includes/bootstrap.inc Executes registered shutdown functions.
backdrop_register_shutdown_function includes/bootstrap.inc Registers a function for execution on shutdown.
backdrop_placeholder includes/bootstrap.inc Formats text for emphasized display in a placeholder inside a sentence.
backdrop_is_background includes/bootstrap.inc Stores if Backdrop is currently being executed in the background.
backdrop_is_dialog includes/bootstrap.inc Detects if this is a dialog HTTP request.
backdrop_is_ajax includes/bootstrap.inc Detects if this is an AJAX HTTP request.
backdrop_is_html includes/bootstrap.inc Detects if this is an HTML HTTP request.
backdrop_is_cli includes/bootstrap.inc Detects whether the current script is running in a command-line environment.

Pages