function aaa_hook_order_test_sparse_test_hook
Implements hook_sparse_test_hook().
1 string reference to 'aaa_hook_order_test_sparse_test_hook'
- HookOrderTest::testSparseHookOrder in core/
tests/ Drupal/ KernelTests/ Core/ Hook/ HookOrderTest.php - Tests hook order when each module has either oop or procedural listeners.
File
-
core/
modules/ system/ tests/ modules/ HookOrder/ aaa_hook_order_test/ aaa_hook_order_test.module, line 22
Code
function aaa_hook_order_test_sparse_test_hook() : string {
return __FUNCTION__;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.