You are here

function filter_test_filter_format_delete in SimpleTest 7

Implement hook_filter_format_delete().

File

tests/filter_test.module, line 25
Test module for Filter module hooks and functions not used in core.

Code

function filter_test_filter_format_delete($format, $default) {
  drupal_set_message('hook_filter_format_delete invoked.');
}