function ModuleTestFileThemeHooks::testResetImplementationsHook

Implements hook_test_reset_implementations_hook().

Attributes

#[Hook('test_reset_implementations_hook')]

File

core/modules/system/tests/modules/module_test/src/Hook/ModuleTestFileThemeHooks.php, line 27

Class

ModuleTestFileThemeHooks
Hook implementations for module_test.

Namespace

Drupal\module_test\Hook

Code

public function testResetImplementationsHook() : string {
  return 'module_test_test_reset_implementations_hook';
}

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