You are here

function _schemaorg_event_show_disable_message in Schema.org 7

2 calls to _schemaorg_event_show_disable_message()
schemaorg_event_disable in example/schemaorg_event/schemaorg_event.install
Implements hook_disable().
schemaorg_event_uninstall in example/schemaorg_event/schemaorg_event.install
Implements hook_uninstall().

File

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

Code

function _schemaorg_event_show_disable_message() {
  drupal_set_message('The event 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-event/delete') . '">content type delete</a> form.', 'warning');
}