Skip to content

Instantly share code, notes, and snippets.

@seafarer
Created February 14, 2014 19:49
Show Gist options
  • Select an option

  • Save seafarer/9007861 to your computer and use it in GitHub Desktop.

Select an option

Save seafarer/9007861 to your computer and use it in GitHub Desktop.
drupal update hooks
function MODULE_update_7200() {
if( module_exists('MODULE')) {
module_disable(array('MODULE'));
drupal_uninstall_modules(array('MODULE'));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment