You are here

function panels_schema in Panels 6.2

Same name and namespace in other branches
  1. 6.3 panels.install \panels_schema()
  2. 7.3 panels.install \panels_schema()

Implementation of hook_schema().

File

./panels.install, line 6

Code

function panels_schema() {

  // This should always point to our 'current' schema. This makes it relatively easy
  // to keep a record of schema as we make changes to it.
  return panels_schema_1();
}