function module_test_altered_test_hook

Same name and namespace in other branches
  1. 7.x modules/simpletest/tests/module_test.implementations.inc \module_test_altered_test_hook()
  2. 9 core/modules/system/tests/modules/module_test/module_test.implementations.inc \module_test_altered_test_hook()
  3. 10 core/modules/system/tests/modules/module_test/module_test.implementations.inc \module_test_altered_test_hook()
  4. 11.x core/modules/system/tests/modules/module_test/module_test.implementations.inc \module_test_altered_test_hook()

Implements hook_altered_test_hook().

See also

module_test_module_implements_alter()

1 string reference to 'module_test_altered_test_hook'
ModuleImplementsAlterTest::testModuleImplementsAlter in core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php
Tests hook_module_implements_alter() adding an implementation.

File

core/modules/system/tests/modules/module_test/module_test.implementations.inc, line 13

Code

function module_test_altered_test_hook() {
    return __FUNCTION__;
}

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