drupal_get_schema_unprocessed
Related topics
| Name | Description |
|---|---|
| Schema API | A Drupal schema definition is an array structure representing one or more tables and their related keys and indexes. A schema is defined by hook_schema(), which usually lives in a modulename.install file. |
Functions that call drupal_get_schema_unprocessed()
| Name | Location | Description |
|---|---|---|
| block_schema | modules/block/block.install | Implementation of hook_schema(). |
| drupal_get_schema_unprocessed | includes/common.inc | Returns the unprocessed and unaltered version of a module's schema. |
| drupal_install_schema | includes/common.inc | Create all tables that a module defines in its hook_schema(). |
| drupal_uninstall_schema | includes/common.inc | Remove all tables that a module defines in its hook_schema(). |
| filter_schema | modules/filter/filter.install | Implementation of hook_schema(). |
| update_schema | modules/update/update.install | Implementation of hook_schema(). |
Functions called by drupal_get_schema_unprocessed()
| Name | Location | Description |
|---|---|---|
| drupal_get_schema_unprocessed | includes/common.inc | Returns the unprocessed and unaltered version of a module's schema. |
| module_invoke | includes/module.inc | Invoke a hook in a particular module. |
| module_load_include | includes/module.inc | Load a module include file. |
