function bbb_hook_order_test_test_hook
Same name and namespace in other branches
- main core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/bbb_hook_order_test.module \bbb_hook_order_test_test_hook()
Implements hook_test_hook().
This implementation is modified in \Drupal\aaa_hook_order_test\Hook\AHooks::testHookAfterB() to be before the implementations in module aaa_hook_order_test.
See also
\Drupal\aaa_hook_order_test\Hook\AHooks::testHookAfterB()
1 string reference to 'bbb_hook_order_test_test_hook'
- HookOrderTest::testHookOrder in core/
tests/ Drupal/ KernelTests/ Core/ Hook/ HookOrderTest.php - Tests hook order using OO and procedural implementations of 'test_hook'.
File
-
core/
modules/ system/ tests/ modules/ HookOrder/ bbb_hook_order_test/ bbb_hook_order_test.module, line 19
Code
function bbb_hook_order_test_test_hook() : string {
return __FUNCTION__;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.