You are here

function filter_test_filter_format_disable in Drupal 8

Same name and namespace in other branches
  1. 7 modules/simpletest/tests/filter_test.module \filter_test_filter_format_disable()
  2. 9 core/modules/filter/tests/filter_test/filter_test.module \filter_test_filter_format_disable()
  3. 10 core/modules/filter/tests/filter_test/filter_test.module \filter_test_filter_format_disable()

Implements hook_filter_format_disable().

File

core/modules/filter/tests/filter_test/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::messenger()
    ->addStatus('hook_filter_format_disable invoked.');
}