drupal_get_schema_unprocessed

Related topics

Namesort iconDescription
Schema APIA 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()

Namesort iconLocationDescription
block_schemamodules/block/block.installImplementation of hook_schema().
drupal_get_schema_unprocessedincludes/common.incReturns the unprocessed and unaltered version of a module's schema.
drupal_install_schemaincludes/common.incCreate all tables that a module defines in its hook_schema().
drupal_uninstall_schemaincludes/common.incRemove all tables that a module defines in its hook_schema().
filter_schemamodules/filter/filter.installImplementation of hook_schema().
update_schemamodules/update/update.installImplementation of hook_schema().

Functions called by drupal_get_schema_unprocessed()

Namesort iconLocationDescription
drupal_get_schema_unprocessedincludes/common.incReturns the unprocessed and unaltered version of a module's schema.
module_invokeincludes/module.incInvoke a hook in a particular module.
module_load_includeincludes/module.incLoad a module include file.
 
 

Drupal is a registered trademark of Dries Buytaert.