You are here

function ctools_install in Chaos Tool Suite (ctools) 6

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

Implementation of hook_install()

File

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

Code

function ctools_install() {
  drupal_install_schema('ctools');
}