You are here

function schema_schema in Schema 5

File

./schema.install, line 51

Code

function schema_schema() {
  $func = 'schema_' . $GLOBALS['db_type'] . '_schema';
  return $func();
}