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