14 calls to drupal_get_module_schema()

drupal_install_schema in core/includes/schema.inc
Creates all tables defined in a module's hook_schema().
drupal_uninstall_schema in core/includes/schema.inc
Removes all tables defined in a module's hook_schema().
InsertDefaultsTest::testDefaultInsert in core/tests/Drupal/KernelTests/Core/Database/InsertDefaultsTest.php
Tests that we can run a query that uses default values for everything.
InsertDefaultsTest::testDefaultInsertWithFields in core/tests/Drupal/KernelTests/Core/Database/InsertDefaultsTest.php
Tests that we can insert fields with values and defaults in the same query.
KernelTestBase::installSchema in core/modules/simpletest/src/KernelTestBase.php
Installs a specific table from a module schema definition.
KernelTestBase::installSchema in core/tests/Drupal/KernelTests/KernelTestBase.php
Installs database tables from a module schema definition.
KernelTestBaseTest::testEnableModulesInstall in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests expected installation behavior of enableModules().
KernelTestBaseTest::testInstallSchema in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests expected behavior of installSchema().
ModuleTestBase::assertModuleTablesDoNotExist in core/modules/system/src/Tests/Module/ModuleTestBase.php
Assert that none of the tables defined in a module's hook_schema() exist.
ModuleTestBase::assertModuleTablesDoNotExist in core/modules/system/tests/src/Functional/Module/ModuleTestBase.php
Assert that none of the tables defined in a module's hook_schema() exist.
ModuleTestBase::assertModuleTablesExist in core/modules/system/src/Tests/Module/ModuleTestBase.php
Assert that all tables defined in a module's hook_schema() exist.
ModuleTestBase::assertModuleTablesExist in core/modules/system/tests/src/Functional/Module/ModuleTestBase.php
Assert that all tables defined in a module's hook_schema() exist.
module_test_install in core/modules/system/tests/modules/module_test/module_test.install
Implements hook_install().
node_update_8400 in core/modules/node/node.install
Fix realm column description on the node_access table.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.