function page_manager_schema in Chaos Tool Suite (ctools) 7
Same name and namespace in other branches
- 6 page_manager/page_manager.install \page_manager_schema()
Implements hook_schema().
File
- page_manager/
page_manager.install, line 11 - Installation routines for page manager module.
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();
}