function panels_schema in Panels 6.3
Same name and namespace in other branches
- 6.2 panels.install \panels_schema()
- 7.3 panels.install \panels_schema()
Implementation of hook_schema().
1 call to panels_schema()
- panels_update_6311 in ./
panels.install - Change panels_display.layout to match the size of panels_layout.name.
File
- ./
panels.install, line 89
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_3();
}