19 calls to drupal_get_schema()

AccountFormController::validate in drupal/core/modules/user/lib/Drupal/user/AccountFormController.php
Overrides Drupal\Core\Entity\EntityFormController::submit().
DatabaseStorageControllerNG::mapToDataStorageRecord in drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php
Maps from an entity object to the storage record of the data table.
DrupalUnitTestBase::installSchema in drupal/core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php
Installs a specific table from a module schema definition.
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().
drupal_flush_all_caches in drupal/core/includes/common.inc
Flushes all persistent caches, resets all variables, and rebuilds all data structures.
drupal_schema_fields_sql in drupal/core/includes/schema.inc
Retrieves a list of fields from a table schema.
drupal_write_record in drupal/core/includes/schema.inc
Saves (inserts or updates) a record to the database based upon the schema.
field_sql_storage_field_create_field in drupal/core/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_create_field().
field_sql_storage_field_storage_delete_field in drupal/core/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_delete_field().
field_sql_storage_field_storage_update_field in drupal/core/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_update_field().
hook_field_storage_create_field in drupal/core/modules/field/field.api.php
Act on creation of a new field.
hook_field_storage_delete_field in drupal/core/modules/field/field.api.php
Act on deletion of a field.
hook_field_storage_update_field in drupal/core/modules/field/field.api.php
Update the storage information for a field.
InsertDefaultsTest::testDefaultInsert in drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertDefaultsTest.php
Tests that we can run a query that uses default values for everything.
InsertDefaultsTest::testDefaultInsertWithFields in drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertDefaultsTest.php
Tests that we can insert fields with values and defaults in the same query.
install_configure_form in drupal/core/includes/install.core.inc
Form constructor for a form to configure the new site.
ModuleHandler::enable in drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php
Enables or installs a given list of modules.
Tables::addField in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php