You are here

function _schemaorg_person_show_disable_message in Schema.org 7

2 calls to _schemaorg_person_show_disable_message()
schemaorg_person_disable in example/schemaorg_person/schemaorg_person.install
Implements hook_disable().
schemaorg_person_uninstall in example/schemaorg_person/schemaorg_person.install
Implements hook_uninstall().

File

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

Code

function _schemaorg_person_show_disable_message() {
  drupal_set_message('The person content type was not automatically removed. If you want to completely remove this content type and its fields, please browse to the <a href="' . url('admin/structure/types/manage/schemaorg-person/delete') . '">content type delete</a> form.', 'warning');
}