function schemaorg_person_disable in Schema.org 7
Implements hook_disable().
File
- example/
schemaorg_person/ schemaorg_person.install, line 12 - Install, update and uninstall functions for the schemaorg_person feature.
Code
function schemaorg_person_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_person_show_disable_message();
}