You are here

function ctools_schema in Chaos Tool Suite (ctools) 6

Same name and namespace in other branches
  1. 7 ctools.install \ctools_schema()

Implementation of hook_schemea

File

./ctools.install, line 63
Contains install and update functions for ctools.

Code

function ctools_schema() {
  return ctools_schema_2();
}