19 calls to db_table_exists()

ContactUpgradePathTest::testContactUpgrade in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactUpgradePathTest.php
Tests upgrade of contact table to configuration entities.
DrupalUnitTestBaseTest::testEnableModulesInstall in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php
Tests expected installation behavior of enableModules().
DrupalUnitTestBaseTest::testInstallSchema in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php
Tests expected behavior of installSchema().
DrupalUnitTestBaseTest::testSetUp in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php
Tests expected behavior of setUp().
drupal_uninstall_schema in drupal/core/includes/schema.inc
Removes all tables defined in a module's hook_schema().
FieldSqlStorageTest::testFieldUpdateFailure in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php
Test that failure to create fields is handled gracefully.
field_sql_storage_field_storage_update_field in drupal/core/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_update_field().
field_update_8003 in drupal/core/modules/field/field.install
Convert fields and instances to config.
ModuleTestBase::assertModuleTablesDoNotExist in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php
Assert that none of the tables defined in a module's hook_schema() exist.
ModuleTestBase::assertModuleTablesExist in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php
Assert that all tables defined in a module's hook_schema() exist.
RegressionTest::testDBTableExists in drupal/core/modules/system/lib/Drupal/system/Tests/Database/RegressionTest.php
Tests the db_table_exists() function.
SchemaTest::testSchema in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SchemaTest.php
Tests database interactions.
ShortcutUpgradePathTest::testContactUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ShortcutUpgradePathTest.php
Tests upgrade of {shortcut_set} table to configuration entities.
TemporaryQueryTest::testTemporaryQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TemporaryQueryTest.php
Confirms that temporary tables work and are limited to one request.
update_add_cache_columns in drupal/core/includes/update.inc
Adds tags, checksum_invalidations, checksum_deletions to a cache table.
update_batch in drupal/core/includes/update.inc
Starts the database update batch process.
update_prepare_d8_bootstrap in drupal/core/includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 7 database.
update_prepare_d8_language in drupal/core/includes/update.inc
Prepares Drupal 8 language changes for the bootstrap if needed.
views_invalidate_cache in drupal/core/modules/views/views.module
Invalidate the views cache, forcing a rebuild on the next grab of table data.