_backdrop_bootstrap_variables in includes/bootstrap.inc
Loads system variables and all enabled bootstrap modules.
backdrop_uninstall_schema in includes/common.inc
Removes all tables defined in a module's hook_schema().
block_update_1004 in modules/block/block.install
Move individual blocks into config files.
comment_entity_info in modules/comment/comment.module
Implements hook_entity_info().
ConfigDatabaseStorage::initializeStorage in drivers/config_database/config_database_storage.inc
Create the database table it does not already exist.
ConfigDatabaseStorage::isInitialized in drivers/config_database/config_database_storage.inc
Check that the storage managed by this object is present and functional.
contact_update_1001 in modules/contact/contact.install
Convert available database contact categories to configuration files.
DatabaseExtraTypesTestCase::testDateField in modules/simpletest/tests/database_test.test
Test the date data type.
DatabaseExtraTypesTestCase::testTimeField in modules/simpletest/tests/database_test.test
Test the time data type.
DatabaseRegressionTestCase::testDBTableExists in modules/simpletest/tests/database_test.test
Test the db_table_exists() function.
DatabaseTemporaryQueryTestCase::testTemporaryQuery in modules/simpletest/tests/database_test.test
Confirm that temporary tables work and are limited to one request.
DatabaseTestCase::installTables in modules/simpletest/tests/database_test.test
Set up several tables needed by a certain test.
dblog_update_1000 in modules/dblog/dblog.install
Account for possible legacy systems where dblog was not installed.
DefaultEntityController::__construct in modules/entity/entity.controller.inc
Implements EntityControllerInterface::__construct().
field_config_create in modules/field/field.module
Implements hook_config_create().
field_sql_storage_field_storage_update_field in modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_update_field().
FieldSqlStorageTestCase::testFieldUpdateFailure in modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Test that failure to create fields is handled gracefully.
field_update_1000 in modules/field/field.install
Convert fields to configuration files.
field_validate_field in modules/field/field.crud.inc
Validates a field configuration.
file_entity_info in modules/file/file.module
Implements hook_entity_info().
file_update_1003 in modules/file/file.install
Add a type column to the file_managed table, and add a file_metadata table.
file_update_1005 in modules/file/file.install
Add the default file types and convert custom or modified file types from Drupal 7 file_entity.
file_update_1006 in modules/file/file.install
Add the default file display settings and convert saved file display settings from Drupal 7 file_entity.
filter_update_1000 in modules/filter/filter.install
Convert filter formats to configuration.
image_update_1001 in modules/image/image.install
Convert available database image styles to configuration files.
image_update_1002 in modules/image/image.install
Drop image tables that were converted to configuration files.
language_update_1002 in modules/language/language.install
Convert the language database table to config.
menu_update_1002 in modules/menu/menu.install
Move individual menus into config files.
ModuleTestCase::assertModuleTablesDoNotExist in modules/system/tests/system.test
Assert that none of the tables defined in a module's hook_schema() exist.
ModuleTestCase::assertModuleTablesExist in modules/system/tests/system.test
Assert that all tables defined in a module's hook_schema() exist.
node_entity_info in modules/node/node.module
Implements hook_entity_info().
node_update_1005 in modules/node/node.install
Convert content types to configuration files.
node_update_1006 in modules/node/node.install
Delete the node_type table after conversions to configuration files.
node_update_1011 in modules/node/node.install
Delete the node_type table if it still exists.
SchemaTestCase::testSchema in modules/simpletest/tests/schema.test
simpletest_update_1000 in modules/simpletest/simpletest.install
Update the simpletest_test_id table to hold a list of active prefixes.
system_update_1004 in modules/system/system.install
Create the "state" table for the state storage system.
system_update_1007 in modules/system/system.install
Create the tempstore table and remove the cache_form table.
system_update_1009 in modules/system/system.install
Enable Admin Menu module.
system_update_1010 in modules/system/system.install
Remove the registry and registry_file tables.
system_update_1020 in modules/system/system.install
Convert date settings to config.
system_update_1025 in modules/system/system.install
Convert block positioning and configuration to the default layout.
system_update_1031 in modules/system/system.install
Drop the actions table, no longer used by Backdrop.
system_update_1038 in modules/system/system.install
Upgrade or prepare for token module in core.
taxonomy_entity_info in modules/taxonomy/taxonomy.module
Implements hook_entity_info().
taxonomy_update_1001 in modules/taxonomy/taxonomy.install
Convert taxonomy vocabularies to configuration.
taxonomy_update_1002 in modules/taxonomy/taxonomy.install
Drop the old taxonomy vocabulary table.
taxonomy_update_1005 in modules/taxonomy/taxonomy.install
Drop the old taxonomy vocabulary table for existing Backdrop installations.
token_cache_clear in includes/token.inc
Clear token caches and static variables.
update_fix_requirements in includes/update.inc
Perform Drupal 7.x to Backdrop 1.x updates that are required for update.php to function properly.
update_info_page in ./update.php
Provides an overview of the Backdrop database update.
update_prepare_bootstrap in includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 7 database.
update_prepare_language in includes/update.inc
Prepare Backdrop language changes for the bootstrap if needed.
user_entity_info in modules/user/user.module
Implements hook_entity_info().
views_update_1001 in modules/views/views.install
Convert available database views to configuration files.
views_update_1002 in modules/views/views.install
Drop Views tables that were converted to configuration files.