function filter_test_filter_format_disable in Drupal 7
Same name and namespace in other branches
- 8 core/modules/filter/tests/filter_test/filter_test.module \filter_test_filter_format_disable()
- 9 core/modules/filter/tests/filter_test/filter_test.module \filter_test_filter_format_disable()
- 10 core/modules/filter/tests/filter_test/filter_test.module \filter_test_filter_format_disable()
Implements hook_filter_format_disable().
File
- modules/
simpletest/ tests/ filter_test.module, line 25 - Test module for Filter module hooks and functions not used in core.
Code
function filter_test_filter_format_disable($format) {
drupal_set_message('hook_filter_format_disable invoked.');
}