You are here

function page_manager_uninstall in Chaos Tool Suite (ctools) 6

Implementation of hook_uninstall().

File

page_manager/page_manager.install, line 267
Installation routines for page manager module.

Code

function page_manager_uninstall() {
  drupal_uninstall_schema('page_manager');
}