You are here

function page_manager_schema in Chaos Tool Suite (ctools) 6

Same name and namespace in other branches
  1. 7 page_manager/page_manager.install \page_manager_schema()

Implementation of 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();
}