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