11 calls to drupal_get_schema_unprocessed()
- block_schema in modules/
block/ block.install - Implements hook_schema().
- dblog_update_7003 in modules/
dblog/ dblog.install - Account for possible legacy systems where dblog was not installed.
- drupal_install_schema in includes/
common.inc - Creates all tables defined in a module's hook_schema().
- drupal_uninstall_schema in includes/
common.inc - Removes all tables defined in a module's hook_schema().
- field_schema in modules/
field/ field.install - Implements hook_schema().
- filter_schema in modules/
filter/ filter.install - Implements hook_schema().
- image_schema in modules/
image/ image.install - Implements hook_schema().
- ModuleTestCase::assertModuleTablesDoNotExist in modules/
system/ system.test - Assert that none of the tables defined in a module's hook_schema() exist.
- ModuleTestCase::assertModuleTablesExist in modules/
system/ system.test - Assert that all tables defined in a module's hook_schema() exist.
- simpletest_clean_database in modules/
simpletest/ simpletest.module - Removed prefixed tables from the database that are left over from crashed tests.
- update_schema in modules/
update/ update.install - Implements hook_schema().
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.