function module_test_test_reset_implementations_hook

Implements hook_test_reset_implementations_hook().

1 string reference to 'module_test_test_reset_implementations_hook'
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 23

Code

function module_test_test_reset_implementations_hook() : string {
  return __FUNCTION__;
}

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