|
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. |
|
_batch_progress_page |
core/includes/batch.inc |
Outputs a batch processing page. |
|
_batch_process |
core/includes/batch.inc |
Processes sets in a batch. |
|
_batch_api_percentage |
core/includes/batch.inc |
Formats the percent completion for a batch set. |
|
_batch_current_set |
core/includes/batch.inc |
Returns the batch set being currently processed. |
|
_batch_next_set |
core/includes/batch.inc |
Retrieves the next set in a batch. |
|
_batch_finished |
core/includes/batch.inc |
Ends the batch processing. |
|
BackupMySql::__construct |
core/includes/backup/backup.mysql.inc |
Constructor for creating a new MySQL-based backup. |
|
BackupMySql::databaseInfo |
core/includes/backup/backup.mysql.inc |
Get the version info for the given database. |
|
BackupMySql::defaultSettings |
core/includes/backup/backup.mysql.inc |
Get the default settings for this object. |