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. |
bootstrap_invoke_all |
core/includes/bootstrap.inc |
Invokes a bootstrap hook in all bootstrap modules that implement it. |
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_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. |
request_uri |
core/includes/bootstrap.inc |
Returns the equivalent of Apache's $_SERVER['REQUEST_URI'] variable. |
watchdog_exception |
core/includes/bootstrap.inc |
Logs an exception. |
watchdog |
core/includes/bootstrap.inc |
Logs a system message. |
backdrop_set_message |
core/includes/bootstrap.inc |
Sets a message to display to the user. |
backdrop_get_messages |
core/includes/bootstrap.inc |
Returns all messages that have been set with backdrop_set_message(). |
backdrop_show_messages |
core/includes/bootstrap.inc |
Determines whether or not messages should be shown on the current page. |
backdrop_get_title |
core/includes/bootstrap.inc |
Gets the title of the current page. |
backdrop_set_title |
core/includes/bootstrap.inc |
Sets the title of the current page. |
backdrop_random_key |
core/includes/bootstrap.inc |
Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range). |
backdrop_base64_encode |
core/includes/bootstrap.inc |
Returns a URL-safe, base64 encoded version of the supplied string. |
backdrop_random_bytes |
core/includes/bootstrap.inc |
Returns a string of highly randomized bytes (over the full 8-bit range). |
backdrop_hmac_base64 |
core/includes/bootstrap.inc |
Calculates a base-64 encoded, URL-safe sha-256 hmac. |
backdrop_hash_base64 |
core/includes/bootstrap.inc |
Calculates a base-64 encoded, URL-safe sha-256 hash. |
backdrop_array_merge_deep |
core/includes/bootstrap.inc |
Merges multiple arrays, recursively, and returns the merged array. |
backdrop_array_merge_deep_array |
core/includes/bootstrap.inc |
Merges multiple arrays, recursively, and returns the merged array. |
backdrop_anonymous_user |
core/includes/bootstrap.inc |
Generates a default anonymous $user object. |
backdrop_bootstrap |
core/includes/bootstrap.inc |
Ensures Backdrop is bootstrapped to the specified phase. |
backdrop_bootstrap_is_installed |
core/includes/bootstrap.inc |
Verify the installation of Backdrop is correct. |
backdrop_get_user_timezone |
core/includes/bootstrap.inc |
Returns the time zone of the current user. |
_backdrop_error_handler |
core/includes/bootstrap.inc |
Provides custom PHP error handling. |
_backdrop_exception_handler |
core/includes/bootstrap.inc |
Provides custom PHP exception handling. |
_backdrop_bootstrap_configuration |
core/includes/bootstrap.inc |
Sets up the script environment and loads settings.php. |
_backdrop_bootstrap_page_cache |
core/includes/bootstrap.inc |
Attempts to serve a page from the cache. |
_backdrop_bootstrap_database |
core/includes/bootstrap.inc |
Initializes the database system and registers autoload functions. |
_backdrop_bootstrap_variables |
core/includes/bootstrap.inc |
Loads system variables and all enabled bootstrap modules. |
_backdrop_bootstrap_page_header |
core/includes/bootstrap.inc |
Invokes hook_boot() and sends HTTP headers. |
backdrop_set_length_headers |
core/includes/bootstrap.inc |
Set headers for content-length and content-range. |
watchdog_deprecated_function |
core/includes/bootstrap.inc |
Logs a deprecation warning. |
watchdog_severity_enabled |
core/includes/bootstrap.inc |
Check if logging is enabled for a given severity level. |
backdrop_is_https |
core/includes/bootstrap.inc |
Checks whether an HTTPS request is being served. |
backdrop_is_apache |
core/includes/bootstrap.inc |
Checks whether Backdrop is running under Apache. |
backdrop_is_nginx |
core/includes/bootstrap.inc |
Checks whether Backdrop is running under Nginx. |
_backdrop_bootstrap_sanitize_request |
core/includes/bootstrap.inc |
Sanitizes unsafe input from the PHP request super-globals. |