function filter_test_filter_format_update

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

Implements hook_ENTITY_TYPE_update().

File

core/modules/filter/tests/filter_test/filter_test.module, line 18

Code

function filter_test_filter_format_update($format) {
    \Drupal::messenger()->addStatus('hook_filter_format_update invoked.');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.