function schemaorg_event_disable in Schema.org 7
Implements hook_disable().
File
- example/
schemaorg_event/ schemaorg_event.install, line 12 - Install, update and uninstall functions for the schemaorg_event feature.
Code
function schemaorg_event_disable() {
// There is currently a bug in features / core which prevents the content type
// delete link to be displayed for content types created with features.
// A message is displayed with a link to the content type delete form.
_schemaorg_event_show_disable_message();
}