24 calls to drupal_get_schema()

DatabaseInsertDefaultsTestCase::testDefaultInsert in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can run a query that is "default values for everything".
DatabaseInsertDefaultsTestCase::testDefaultInsertWithFields in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can insert fields with values and defaults in the same query.
DatabaseSelectComplexTestCase2::setUp in drupal-7.x/modules/simpletest/tests/database_test.test
Sets up a Drupal site for running functional and integration tests.
DatabaseTestCase::ensureSampleDataNull in drupal-7.x/modules/simpletest/tests/database_test.test
Set up tables for NULL handling.
DatabaseTestCase::setUp in drupal-7.x/modules/simpletest/tests/database_test.test
Sets up a Drupal site for running functional and integration tests.
DrupalDatabaseCache::isValidBin in drupal-7.x/includes/cache.inc
Checks if $this->bin represents a valid cache table.
DrupalWebTestCase::resetAll in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Reset all data structures after having enabled new modules.
drupal_schema_fields_sql in drupal-7.x/includes/common.inc
Retrieves a list of fields from a table schema.
drupal_write_record in drupal-7.x/includes/common.inc
Saves (inserts or updates) a record to the database based upon the schema.
EntityFieldQuery::propertyQuery in drupal-7.x/includes/entity.inc
Queries entity tables in SQL for property conditions and sorts.
FieldSqlStorageTestCase::testFieldSqlStorageForeignKeys in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Test foreign key support.
field_sql_storage_field_storage_create_field in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_create_field().
field_sql_storage_field_storage_delete_field in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_delete_field().
field_sql_storage_field_storage_update_field in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_update_field().
hook_field_storage_create_field in drupal-7.x/modules/field/field.api.php
Act on creation of a new field.
hook_field_storage_delete_field in drupal-7.x/modules/field/field.api.php
Act on deletion of a field.
hook_field_storage_update_field in drupal-7.x/modules/field/field.api.php
Update the storage information for a field.
ImageFieldDisplayTestCase::testImageFieldSettings in drupal-7.x/modules/image/image.test
Tests for image field settings.
install_configure_form in drupal-7.x/includes/install.core.inc
Form constructor for a form to configure the new site.
install_finished in drupal-7.x/includes/install.core.inc
Finishes importing files at end of installation.
module_enable in drupal-7.x/includes/module.inc
Enables or installs a given list of modules.
profile_field_form_validate in drupal-7.x/modules/profile/profile.admin.inc
Validate profile_field_form submissions.
user_account_form_validate in drupal-7.x/modules/user/user.module
Form validation handler for user_account_form().
_node_query_node_access_alter in drupal-7.x/modules/node/node.module
Helper for node access functions.