You are here

function schemaorg_person_uninstall in Schema.org 7

Implements hook_uninstall().

File

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

Code

function schemaorg_person_uninstall() {
  _schemaorg_person_show_disable_message();
}