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. |
BackupMySql::applies |
core/includes/backup/backup.mysql.inc |
Determine if this backup source should be used for a particular target. |
BackupMySql::backupDatabaseToFile |
core/includes/backup/backup.mysql.inc |
Backup the databases to a file. |
BackupMySql::restoreDatabaseFromFile |
core/includes/backup/backup.mysql.inc |
Backup the databases to a file. |
BackupMySql::readSqlCommandFromFile |
core/includes/backup/backup.mysql.inc |
Read a multiline sql command from a file. |
BackupMySql::getTableNames |
core/includes/backup/backup.mysql.inc |
Get a list of tables in the database. |
BackupMySql::getViewNames |
core/includes/backup/backup.mysql.inc |
Get a list of views in the database. |
BackupMySql::lockTables |
core/includes/backup/backup.mysql.inc |
Lock the database in anticipation of a backup. |
BackupMySql::unlockTables |
core/includes/backup/backup.mysql.inc |
Unlock any tables that have been locked. |
BackupMySql::getTableData |
core/includes/backup/backup.mysql.inc |
Get a list of table and view data from the database. |
BackupMySql::getTables |
core/includes/backup/backup.mysql.inc |
Get a list of tables in the database. |
BackupMySql::getViews |
core/includes/backup/backup.mysql.inc |
Get a list of views in the database. |
BackupMySql::getTableStructureSql |
core/includes/backup/backup.mysql.inc |
Get the SQL for the structure of the given table. |
BackupMySql::getViewCreateSql |
core/includes/backup/backup.mysql.inc |
Get the SQL for the structure of the given view. |
BackupMySql::dumpTableDataSqlToFile |
core/includes/backup/backup.mysql.inc |
Get the SQL to insert the data for a given table. |
BackupMySql::getDatabaseConnection |
core/includes/backup/backup.mysql.inc |
Get the db connection for the specified db. |
BackupMySql::query |
core/includes/backup/backup.mysql.inc |
Run a query on this destination's database using Backdrop's MySQL engine. |
BackupMySql::getSqlFileHeader |
core/includes/backup/backup.mysql.inc |
The header for the top of the SQL dump file. |
BackupMySql::getSqlFileFooter |
core/includes/backup/backup.mysql.inc |
The footer of the SQL dump file. |
BackupMySql::prepareEnvironment |
core/includes/backup/backup.mysql.inc |
Prepare the PHP environment for performing a backup or restore. |
BackupFile::__construct |
core/includes/backup/backup.file.inc |
Construct a file object used to save or load a backup from disk. |