Contains filters are case sensitive
Name Locationsort ascending Description
backdrop_static_reset includes/bootstrap.inc Resets one or all centrally stored static variable(s).
backdrop_static includes/bootstrap.inc Provides central static variable storage.
backdrop_scan_directories includes/bootstrap.inc
backdrop_autoload includes/bootstrap.inc Confirms that a class is available.
backdrop_get_complete_schema includes/bootstrap.inc Gets the whole database schema.
backdrop_get_schema includes/bootstrap.inc Gets the schema definition of a table, or the whole database schema.
ip_address includes/bootstrap.inc Returns the IP address of the client machine.
arg includes/bootstrap.inc Returns a component of the current Backdrop path.
request_path includes/bootstrap.inc Returns the requested URL path of the page being viewed.
language_default includes/bootstrap.inc Returns the default language used on the site.
language_name includes/bootstrap.inc Produced the printed name for a language for display.
language_load includes/bootstrap.inc Loads a language object from the database.
language_list includes/bootstrap.inc Returns a list of configured languages.
language_multilingual includes/bootstrap.inc Returns TRUE if there is more than one language enabled.
backdrop_language_initialize includes/bootstrap.inc Initializes all the defined language types.
get_t includes/bootstrap.inc Returns the name of the proper localization function.
backdrop_installation_attempted includes/bootstrap.inc Returns TRUE if a Backdrop installation is currently being attempted.
fast_404 includes/bootstrap.inc Returns a simple 404 Not Found page.
backdrop_maintenance_theme includes/bootstrap.inc Enables use of the theme system without requiring database access.
backdrop_generate_test_ua includes/bootstrap.inc Generates a user agent string with a HMAC and timestamp for simpletest.
backdrop_valid_test_ua includes/bootstrap.inc Returns the test prefix if this is an internal request from SimpleTest.
backdrop_get_bootstrap_phase includes/bootstrap.inc Returns the current bootstrap phase for this Backdrop process.
_backdrop_bootstrap_sanitize_input includes/bootstrap.inc Sanitizes unsafe keys from request input.
_backdrop_bootstrap_sanitize_request includes/bootstrap.inc Sanitizes unsafe input from the PHP request super-globals.
_backdrop_bootstrap_page_header includes/bootstrap.inc Invokes hook_boot() and sends HTTP headers.
_backdrop_bootstrap_variables includes/bootstrap.inc Loads system variables and all enabled bootstrap modules.
_backdrop_bootstrap_database includes/bootstrap.inc Initializes the database system and registers autoload functions.
_backdrop_bootstrap_page_cache includes/bootstrap.inc Attempts to serve a page from the cache.
_backdrop_bootstrap_configuration includes/bootstrap.inc Sets up the script environment and loads settings.php.
_backdrop_exception_handler includes/bootstrap.inc Provides custom PHP exception handling.
_backdrop_error_handler includes/bootstrap.inc Provides custom PHP error handling.
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_class_list includes/bootstrap.classes.inc Lists all the classes used by Backdrop core.
_batch_current_set includes/batch.inc Returns the batch set being currently processed.
_batch_api_percentage includes/batch.inc Formats the percent completion for a batch set.
_batch_process includes/batch.inc Processes sets in a batch.
_batch_progress_page includes/batch.inc Outputs a batch processing page.
_batch_do includes/batch.inc Does one execution pass with JavaScript and returns progress to the browser.
_batch_page includes/batch.inc Renders the batch processing page based on the current state of the batch.
batch_load includes/batch.inc Loads a batch from the database.
_batch_next_set includes/batch.inc Retrieves the next set in a batch.
_batch_finished includes/batch.inc Ends the batch processing.

Pages