function FilterTestHooks::filterFormatUpdate

Implements hook_ENTITY_TYPE_update().

Attributes

#[Hook('filter_format_update')]

File

core/modules/filter/tests/filter_test/src/Hook/FilterTestHooks.php, line 25

Class

FilterTestHooks
Hook implementations for filter_test.

Namespace

Drupal\filter_test\Hook

Code

public function filterFormatUpdate($format) : void {
  \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.