function filter_test_filter_format_update

7.x filter_test.module filter_test_filter_format_update($format)

Implements hook_filter_format_update().

File

drupal-7.x/modules/simpletest/tests/filter_test.module, line 18
Test module for Filter module hooks and functions not used in core.

Code

function filter_test_filter_format_update($format) {
  drupal_set_message('hook_filter_format_update invoked.');
}