You are here

function og_schema in Organic groups 7

Same name and namespace in other branches
  1. 6.2 og.install \og_schema()
  2. 6 og.install \og_schema()
  3. 7.2 og.install \og_schema()

Implements hook_schema().

File

./og.install, line 82
Install, update, and uninstall functions for the Organic groups module.

Code

function og_schema() {
  return og_schema_info();
}