You are here

function panelizer_schema in Panelizer 6

Same name and namespace in other branches
  1. 7.3 panelizer.install \panelizer_schema()
  2. 7 panelizer.install \panelizer_schema()
  3. 7.2 panelizer.install \panelizer_schema()

Implementation of hook_schema().

File

./panelizer.install, line 26

Code

function panelizer_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 panelizer_schema_1();
}