You are here

function sheetnode_schema in Sheetnode 6

Same name and namespace in other branches
  1. 7.2 sheetnode.install \sheetnode_schema()
  2. 7 sheetnode.install \sheetnode_schema()

Implementation of hook_schema().

1 call to sheetnode_schema()
sheetnode_field_settings in ./sheetnode.module
Implementation of hook_field_settings().

File

./sheetnode.install, line 53

Code

function sheetnode_schema() {
  return sheetnode_schema_6008();
}