Name Locationsort descending Description
backdrop_get_bootstrap_phase core/includes/bootstrap.inc Returns the current bootstrap phase for this Backdrop process.
backdrop_valid_test_ua core/includes/bootstrap.inc Returns the test prefix if this is an internal request from SimpleTest.
backdrop_generate_test_ua core/includes/bootstrap.inc Generates a user agent string with a HMAC and timestamp for simpletest.
backdrop_maintenance_theme core/includes/bootstrap.inc Enables use of the theme system without requiring database access.
fast_404 core/includes/bootstrap.inc Returns a simple 404 Not Found page.
backdrop_installation_attempted core/includes/bootstrap.inc Returns TRUE if a Backdrop installation is currently being attempted.
get_t core/includes/bootstrap.inc Returns the name of the proper localization function.
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.
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.
backdrop_static_reset core/includes/bootstrap.inc Resets one or all centrally stored static variable(s).
backdrop_is_cli core/includes/bootstrap.inc Detects whether the current script is running in a command-line environment.
backdrop_is_html core/includes/bootstrap.inc Detects if this is an HTML HTTP request.
backdrop_is_ajax core/includes/bootstrap.inc Detects if this is an AJAX HTTP request.
backdrop_is_dialog core/includes/bootstrap.inc Detects if this is a dialog HTTP request.
backdrop_is_background core/includes/bootstrap.inc Stores if Backdrop is currently being executed in the background.
backdrop_placeholder core/includes/bootstrap.inc Formats text for emphasized display in a placeholder inside a sentence.
backdrop_register_shutdown_function core/includes/bootstrap.inc Registers a function for execution on shutdown.
_backdrop_shutdown_function core/includes/bootstrap.inc Executes registered shutdown functions.
backdrop_check_memory_limit core/includes/bootstrap.inc Compares the memory required for an operation to the available memory.
backdrop_clear_opcode_cache core/includes/bootstrap.inc Invalidates a PHP file from any active opcode caches.
backdrop_check_trusted_hosts core/includes/bootstrap.inc Checks if a host matches the trusted host patterns in settings.php.
backdrop_is_litespeed core/includes/bootstrap.inc Checks whether Backdrop is running under LiteSpeed.
BackdropFakeCache::get core/includes/cache-install.inc Overrides BackdropDatabaseCache::get().
BackdropFakeCache::getMultiple core/includes/cache-install.inc Overrides BackdropDatabaseCache::getMultiple().
BackdropFakeCache::set core/includes/cache-install.inc Overrides BackdropDatabaseCache::set().
BackdropFakeCache::delete core/includes/cache-install.inc Overrides BackdropDatabaseCache::delete().
BackdropFakeCache::deleteMultiple core/includes/cache-install.inc Overrides BackdropDatabaseCache::deleteMultiple().
BackdropFakeCache::deletePrefix core/includes/cache-install.inc Overrides BackdropDatabaseCache::deletePrefix().
BackdropFakeCache::flush core/includes/cache-install.inc Overrides BackdropDatabaseCache::flush().
BackdropFakeCache::garbageCollection core/includes/cache-install.inc Overrides BackdropDatabaseCache::garbageCollection().
BackdropFakeCache::isEmpty core/includes/cache-install.inc Overrides BackdropDatabaseCache::isEmpty().
cache core/includes/cache.inc Instantiates and statically caches the correct class for a cache bin.
cache_get core/includes/cache.inc Returns data from the persistent cache.
cache_get_multiple core/includes/cache.inc Returns data from the persistent cache when given an array of cache IDs.
cache_set core/includes/cache.inc Stores data in the persistent cache.
cache_flush core/includes/cache.inc Flushes all cache items in a bin.

Pages