function panelizer_schema in Panelizer 7
Same name and namespace in other branches
- 6 panelizer.install \panelizer_schema()
- 7.3 panelizer.install \panelizer_schema()
- 7.2 panelizer.install \panelizer_schema()
Implements hook_schema().
File
- ./
panelizer.install, line 30 - Install, update and uninstall functions for the panelizer module.
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();
}