You are here

function schemaorg_event_uninstall in Schema.org 7

Implements hook_uninstall().

File

example/schemaorg_event/schemaorg_event.install, line 22
Install, update and uninstall functions for the schemaorg_event feature.

Code

function schemaorg_event_uninstall() {
  _schemaorg_event_show_disable_message();
}