1 filter_test.module | filter_test_filter_format_update($format) |
Implements hook_filter_format_update().
File
- core/
modules/ simpletest/ tests/ filter_test.module, line 17 - Test module for Filter module hooks and functions not used in core.
Code
function filter_test_filter_format_update($format) {
backdrop_set_message('hook_filter_format_update invoked.');
}