function ddd_hook_order_test_test_hook
Same name and namespace in other branches
- main core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/ddd_hook_order_test.module \ddd_hook_order_test_test_hook()
Implements hook_test_hook().
This implementation has no ordering modifications.
1 string reference to 'ddd_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/ ddd_hook_order_test/ ddd_hook_order_test.module, line 15
Code
function ddd_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.