function ccc_hook_order_test_sparse_test_hook
Same name and namespace in other branches
- 11.x core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.module \ccc_hook_order_test_sparse_test_hook()
Implements hook_sparse_test_hook().
This implementation has no ordering modifications.
1 string reference to 'ccc_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 OO or procedural listeners.
File
-
core/
modules/ system/ tests/ modules/ HookOrder/ ccc_hook_order_test/ ccc_hook_order_test.module, line 24
Code
function ccc_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.