Contains filters are case sensitive
Name Locationsort descending Description
backdrop_get_user_timezone includes/bootstrap.inc Returns the time zone of the current user.
backdrop_bootstrap_is_installed includes/bootstrap.inc Verify the installation of Backdrop is correct.
backdrop_bootstrap includes/bootstrap.inc Ensures Backdrop is bootstrapped to the specified phase.
backdrop_anonymous_user includes/bootstrap.inc Generates a default anonymous $user object.
backdrop_array_merge_deep_array includes/bootstrap.inc Merges multiple arrays, recursively, and returns the merged array.
backdrop_array_merge_deep includes/bootstrap.inc Merges multiple arrays, recursively, and returns the merged array.
backdrop_hash_base64 includes/bootstrap.inc Calculates a base-64 encoded, URL-safe sha-256 hash.
backdrop_hmac_base64 includes/bootstrap.inc Calculates a base-64 encoded, URL-safe sha-256 hmac.
backdrop_random_bytes includes/bootstrap.inc Returns a string of highly randomized bytes (over the full 8-bit range).
backdrop_base64_encode includes/bootstrap.inc Returns a URL-safe, base64 encoded version of the supplied string.
backdrop_random_key includes/bootstrap.inc Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range).
backdrop_set_title includes/bootstrap.inc Sets the title of the current page.
backdrop_get_title includes/bootstrap.inc Gets the title of the current page.
backdrop_show_messages includes/bootstrap.inc Determines whether or not messages should be shown on the current page.
backdrop_get_messages includes/bootstrap.inc Returns all messages that have been set with backdrop_set_message().
backdrop_set_message includes/bootstrap.inc Sets a message to display to the user.
watchdog includes/bootstrap.inc Logs a system message.
watchdog_severity_enabled includes/bootstrap.inc Check if logging is enabled for a given severity level.
watchdog_exception includes/bootstrap.inc Logs an exception.
watchdog_deprecated_function includes/bootstrap.inc Logs a deprecation warning.
request_uri includes/bootstrap.inc Returns the equivalent of Apache's $_SERVER['REQUEST_URI'] variable.
backdrop_validate_utf8 includes/bootstrap.inc Checks whether a string is valid UTF-8.
check_plain includes/bootstrap.inc Encodes special characters in a plain-text string for display as HTML.
format_string includes/bootstrap.inc Formats a string for HTML display by replacing variable placeholders.
t includes/bootstrap.inc Translates a string to the current language or to a given language.
backdrop_unpack includes/bootstrap.inc Unserializes and appends elements from a serialized string.
bootstrap_hooks includes/bootstrap.inc Defines the critical hooks that force modules to always be loaded.
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.

Pages