BasisTestCase::testCssUpdates |
core/modules/simpletest/tests/basis.test |
Tests that body classes are added correctly for CSS updates. |
BasisTestCase::setUp |
core/modules/simpletest/tests/basis.test |
Sets up a Backdrop site for running functional and integration tests. |
BasisTestCase::getBodyClasses |
core/modules/simpletest/tests/basis.test |
Get all body classes on the current page as an array. |
base_path |
core/includes/common.inc |
Returns the base path (i.e., directory) of the Backdrop installation. |
bartik_preprocess_maintenance_page |
core/themes/bartik/template.php |
Prepares variables for maintenance page templates. |
bartik_preprocess_layout |
core/themes/bartik/template.php |
Prepares variables for layout template files. |
bartik_form_system_theme_settings_alter_submit Deprecated |
core/modules/color/color.legacy.inc |
Submit handler for theme settings form. |
bartik_form_system_theme_settings_alter Deprecated |
core/modules/color/color.legacy.inc |
Alters the theme settings form for Bartik legacy colors. |
bartik_field__taxonomy_term_reference |
core/themes/bartik/template.php |
Overrides theme_field__FIELD_TYPE(). |
bartik_css_alter |
core/themes/bartik/template.php |
Prepares variables for page templates. |
bartik_backdrop_alter_alter |
core/modules/simpletest/tests/common_test.module |
Implements hook_TYPE_alter() on behalf of Bartik theme. |
BareUpgradePathTestCase::testBareUpgrade |
core/modules/simpletest/tests/upgrade/upgrade_bare.test |
Test a successful upgrade. |
BareUpgradePathTestCase::setUp |
core/modules/simpletest/tests/upgrade/upgrade_bare.test |
Overrides BackdropWebTestCase::setUp() for upgrade testing. |
backup_test_settings_form |
core/modules/simpletest/tests/backup_test/backup_test.module |
Form that contains Backup form capabilities. |
backup_test_schema |
core/modules/simpletest/tests/backup_test/backup_test.install |
Implements hook_schema(). |
backup_test_menu |
core/modules/simpletest/tests/backup_test/backup_test.module |
Implements hook_menu(). |
backup_test_install |
core/modules/simpletest/tests/backup_test/backup_test.install |
Implements hook_install(). |
backup_settings_form_submit |
core/includes/backup.inc |
Helper submit function for creating a backup. |
backup_settings_form |
core/includes/backup.inc |
A general-purpose form builder for creating a backup. |
backup_restore_prepare |
core/includes/backup.inc |
Prepare for a single restore process, ensuring requirements are met. |
backup_restore_execute |
core/includes/backup.inc |
Run a backup process. |
backup_prepare |
core/includes/backup.inc |
Prepare for a single backup process, ensuring requirements are met. |
backup_limit_cleanup |
core/includes/backup.inc |
Delete excess backups that exceed a certain count. Oldest first. |
backup_get_handler_name |
core/includes/backup.inc |
Given a particular backup/restore target, find the class that applies. |
backup_get_backup_directory |
core/includes/bootstrap.inc |
Get the backup directory (if any) for this site. |
backup_execute |
core/includes/backup.inc |
Run a backup process. |
backup_directory_list |
core/includes/backup.inc |
Get a list of all available backups. |
backup_delete |
core/includes/backup.inc |
Delete a backup from the backup directory by its directory name. |
backup_class_list |
core/includes/backup.inc |
Get all backup/restore class names and file paths. |
backup_batch_prepare |
core/includes/backup.inc |
Prepare for a batch backup process, ensuring requirements are met. |
backup_batch_finished |
core/includes/backup.inc |
Finishes the backup process and stores the results for eventual display. |
backup_batch |
core/includes/backup.inc |
Starts a batch process to create a backup. |
BackupUpdateTestCase::testUpdateWithBackup |
core/modules/simpletest/tests/backup.test |
Tests running an update with a backup and then restoring it. |
BackupUpdateTestCase::setUp |
core/modules/simpletest/tests/backup.test |
Overrides BackdropWebTestCase::setUp() for upgrade testing. |
BackupUpdateTestCase::performUpgradeWithBackup |
core/modules/simpletest/tests/backup.test |
Perform the upgrade. |
BackupSettingsTestCase::testBackupSettingsForm |
core/modules/simpletest/tests/backup.test |
Tests the backup settings form. |
BackupSettingsTestCase::setUp |
core/modules/simpletest/tests/backup.test |
Overrides BackdropWebTestCase::setUp() for backup settings testing. |
BackupMySql::__construct |
core/includes/backup/backup.mysql.inc |
Constructor for creating a new MySQL-based backup. |
BackupMySql::unlockTables |
core/includes/backup/backup.mysql.inc |
Unlock any tables that have been locked. |
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::query |
core/includes/backup/backup.mysql.inc |
Run a query on this destination's database using Backdrop's MySQL engine. |
BackupMySql::prepareEnvironment |
core/includes/backup/backup.mysql.inc |
Prepare the PHP environment for performing a backup or restore. |
BackupMySql::lockTables |
core/includes/backup/backup.mysql.inc |
Lock the database in anticipation of a backup. |
BackupMySql::getViews |
core/includes/backup/backup.mysql.inc |
Get a list of views in the database. |
BackupMySql::getViewNames |
core/includes/backup/backup.mysql.inc |
Get a list of views in the database. |
BackupMySql::getViewCreateSql |
core/includes/backup/backup.mysql.inc |
Get the SQL for the structure of the given view. |
BackupMySql::getTableStructureSql |
core/includes/backup/backup.mysql.inc |
Get the SQL for the structure of the given table. |
BackupMySql::getTables |
core/includes/backup/backup.mysql.inc |
Get a list of tables in the database. |
BackupMySql::getTableNames |
core/includes/backup/backup.mysql.inc |
Get a list of tables in the database. |