function aaa_hook_order_test_test_hook
Implements hook_test_hook().
1 string reference to 'aaa_hook_order_test_test_hook'
- HookOrderTest::testHookOrder in core/
tests/ Drupal/ KernelTests/ Core/ Hook/ HookOrderTest.php - Test hook implementation order.
File
-
core/
modules/ system/ tests/ modules/ HookOrder/ aaa_hook_order_test/ aaa_hook_order_test.module, line 15
Code
function aaa_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.