function module_test_test_reset_implementations_alter

Implements hook_test_reset_implementations_alter().

1 string reference to 'module_test_test_reset_implementations_alter'
ModuleHandlerTest::assertHasResetHookImplementations in core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerTest.php
Asserts whether certain hook implementations exist.

File

core/modules/system/tests/modules/module_test/module_test.file.inc, line 30

Code

function module_test_test_reset_implementations_alter(array &$data) : void {
  $data[] = __FUNCTION__;
}

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