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. |
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. |
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. |
backdrop_class_list |
core/includes/bootstrap.classes.inc |
Lists all the classes used by Backdrop core. |
BackdropCacheArray::__construct |
core/includes/bootstrap.inc |
Constructs a BackdropCacheArray object. |
BackdropCacheArray::offsetExists |
core/includes/bootstrap.inc |
|
BackdropCacheArray::offsetGet |
core/includes/bootstrap.inc |
|
BackdropCacheArray::offsetSet |
core/includes/bootstrap.inc |
|
BackdropCacheArray::offsetUnset |
core/includes/bootstrap.inc |
|
BackdropCacheArray::persist |
core/includes/bootstrap.inc |
Flags an offset value to be written to the persistent cache. |
BackdropCacheArray::resolveCacheMiss |
core/includes/bootstrap.inc |
Resolves a cache miss. |
BackdropCacheArray::set |
core/includes/bootstrap.inc |
Writes a value to the persistent cache immediately. |
BackdropCacheArray::__destruct |
core/includes/bootstrap.inc |
Destructs the BackdropCacheArray object. |
timer_start |
core/includes/bootstrap.inc |
Starts the timer with the specified name. |
timer_read |
core/includes/bootstrap.inc |
Reads the current timer value without stopping the timer. |
timer_stop |
core/includes/bootstrap.inc |
Stops the timer with the specified name. |
conf_path |
core/includes/bootstrap.inc |
Returns the appropriate configuration directory. |
find_conf_path |
core/includes/bootstrap.inc |
Finds the appropriate configuration directory for a given host and path. |
backdrop_override_server_variables |
core/includes/bootstrap.inc |
Sets appropriate server variables needed for command line scripts to work. |
backdrop_environment_initialize |
core/includes/bootstrap.inc |
Initializes the PHP environment. |
backdrop_valid_http_host |
core/includes/bootstrap.inc |
Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe. |
backdrop_settings_initialize |
core/includes/bootstrap.inc |
Sets the base URL, cookie domain, and session name from configuration. |
backdrop_get_filename |
core/includes/bootstrap.inc |
Returns and optionally sets the filename for a system resource. |
variable_initialize Deprecated |
core/includes/bootstrap.inc |
Loads the persistent variable table. |
settings_get |
core/includes/bootstrap.inc |
Returns a site-wide setting, usually specified via the settings.php file. |
variable_get Deprecated |
core/includes/bootstrap.inc |
Returns a persistent variable. |
variable_set Deprecated |
core/includes/bootstrap.inc |
Sets a persistent variable. |
variable_del Deprecated |
core/includes/bootstrap.inc |
Unsets a persistent variable. |
state_initialize |
core/includes/bootstrap.inc |
Loads the persistent state table. |
state_get |
core/includes/bootstrap.inc |
Retrieves a "state" value from the database. |
state_set |
core/includes/bootstrap.inc |
Sets a persistent state value. |