You are here

function ctools_custom_content_schema in Chaos Tool Suite (ctools) 6

Same name and namespace in other branches
  1. 7 ctools_custom_content/ctools_custom_content.install \ctools_custom_content_schema()

Schema for CTools custom content.

File

ctools_custom_content/ctools_custom_content.install, line 6

Code

function ctools_custom_content_schema() {
  return ctools_custom_content_schema_1();
}