Name Locationsort ascending Description
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_bootstrap_sanitize_input core/includes/bootstrap.inc Sanitizes unsafe keys from request input.
backdrop_get_user_timezone core/includes/bootstrap.inc Returns the time zone of the current user.
backdrop_get_bootstrap_phase core/includes/bootstrap.inc Returns the current bootstrap phase for this Backdrop process.
_backdrop_error_handler core/includes/bootstrap.inc Provides custom PHP error handling.
backdrop_valid_test_ua core/includes/bootstrap.inc Returns the test prefix if this is an internal request from SimpleTest.
_backdrop_exception_handler core/includes/bootstrap.inc Provides custom PHP exception handling.
backdrop_generate_test_ua core/includes/bootstrap.inc Generates a user agent string with a HMAC and timestamp for simpletest.
_backdrop_bootstrap_configuration core/includes/bootstrap.inc Sets up the script environment and loads settings.php.
backdrop_maintenance_theme core/includes/bootstrap.inc Enables use of the theme system without requiring database access.
_backdrop_bootstrap_page_cache core/includes/bootstrap.inc Attempts to serve a page from the cache.
fast_404 core/includes/bootstrap.inc Returns a simple 404 Not Found page.
_backdrop_bootstrap_database core/includes/bootstrap.inc Initializes the database system and registers autoload functions.
backdrop_installation_attempted core/includes/bootstrap.inc Returns TRUE if a Backdrop installation is currently being attempted.
_backdrop_bootstrap_variables core/includes/bootstrap.inc Loads system variables and all enabled bootstrap modules.
get_t core/includes/bootstrap.inc Returns the name of the proper localization function.
_backdrop_bootstrap_page_header core/includes/bootstrap.inc Invokes hook_boot() and sends HTTP headers.
backdrop_language_initialize core/includes/bootstrap.inc Initializes all the defined language types.
language_types_get_default core/includes/bootstrap.inc Returns a list of the built-in language types.
language_multilingual core/includes/bootstrap.inc Returns TRUE if there is more than one language enabled.
language_list core/includes/bootstrap.inc Returns a list of configured languages.
language_load core/includes/bootstrap.inc Loads a language object from the database.
language_name core/includes/bootstrap.inc Produced the printed name for a language for display.
language_default core/includes/bootstrap.inc Returns the default language used on the site.
request_path core/includes/bootstrap.inc Returns the requested URL path of the page being viewed.
arg core/includes/bootstrap.inc Returns a component of the current Backdrop path.
ip_address core/includes/bootstrap.inc Returns the IP address of the client machine.
backdrop_get_schema core/includes/bootstrap.inc Gets the schema definition of a table, or the whole database schema.
backdrop_is_litespeed core/includes/bootstrap.inc Checks whether Backdrop is running under LiteSpeed.
SchemaCache::__construct core/includes/bootstrap.inc Constructs a SchemaCache object.
SchemaCache::resolveCacheMiss core/includes/bootstrap.inc Overrides BackdropCacheArray::resolveCacheMiss().
backdrop_get_complete_schema core/includes/bootstrap.inc Gets the whole database schema.
backdrop_autoload core/includes/bootstrap.inc Confirms that a class is available.
backdrop_static core/includes/bootstrap.inc Provides central static variable storage.

Pages