function page_manager_schema
Implements hook_schema().
File
-
page_manager/
page_manager.install, line 11
Code
function page_manager_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 page_manager_schema_1();
}