Contains filters are case sensitive
Name Locationsort descending Description
_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.
backdrop_class_list includes/bootstrap.classes.inc Lists all the classes used by Backdrop core.
backdrop_check_trusted_hosts includes/bootstrap.inc Checks if a host matches the trusted host patterns in settings.php.
backdrop_clear_opcode_cache includes/bootstrap.inc Invalidates a PHP file from any active opcode caches.
backdrop_check_memory_limit includes/bootstrap.inc Compares the memory required for an operation to the available memory.
_backdrop_shutdown_function includes/bootstrap.inc Executes registered shutdown functions.
backdrop_register_shutdown_function includes/bootstrap.inc Registers a function for execution on shutdown.
backdrop_placeholder includes/bootstrap.inc Formats text for emphasized display in a placeholder inside a sentence.
backdrop_is_background includes/bootstrap.inc Stores if Backdrop is currently being executed in the background.
backdrop_is_dialog includes/bootstrap.inc Detects if this is a dialog HTTP request.
backdrop_is_ajax includes/bootstrap.inc Detects if this is an AJAX HTTP request.
backdrop_is_html includes/bootstrap.inc Detects if this is an HTML HTTP request.
backdrop_is_cli includes/bootstrap.inc Detects whether the current script is running in a command-line environment.
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.
language_types_get_default includes/bootstrap.inc Returns a list of the built-in language types.
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.

Pages