_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. |
backup_get_backup_directory |
core/includes/bootstrap.inc |
Get the backup directory (if any) for this site. |
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. |
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_class_list |
core/includes/bootstrap.classes.inc |
Lists all the classes used by Backdrop core. |
BatchQueue::claimItem |
core/includes/batch.queue.inc |
Overrides SystemQueue::claimItem(). |
BatchQueue::getAllItems |
core/includes/batch.queue.inc |
Retrieves all remaining items in the queue. |
BatchMemoryQueue::claimItem |
core/includes/batch.queue.inc |
Overrides MemoryQueue::claimItem(). |
BatchMemoryQueue::getAllItems |
core/includes/batch.queue.inc |
Retrieves all remaining items in the queue. |
batch_load |
core/includes/batch.inc |
Loads a batch from the database. |
_batch_page |
core/includes/batch.inc |
Renders the batch processing page based on the current state of the batch. |
_batch_do |
core/includes/batch.inc |
Does one execution pass with JavaScript and returns progress to the browser. |