You are here

function panels_schema in Panels 7.3

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

Implements of hook_schema().

File

./panels.install, line 51

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_10();
}