function aaa_hook_order_test_procedural_subtype_alter
Same name and namespace in other branches
- main core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.module \aaa_hook_order_test_procedural_subtype_alter()
Implements hook_procedural_subtype_alter().
This implementation has no ordering modifications.
1 string reference to 'aaa_hook_order_test_procedural_subtype_alter'
- HookAlterOrderTest::testProceduralModuleImplementsAlterOrder in core/
tests/ Drupal/ KernelTests/ Core/ Hook/ HookAlterOrderTest.php - Tests procedural implementations of module implements alter ordering.
File
-
core/
modules/ system/ tests/ modules/ HookOrder/ aaa_hook_order_test/ aaa_hook_order_test.module, line 44
Code
function aaa_hook_order_test_procedural_subtype_alter(array &$calls) : void {
$calls[] = __FUNCTION__;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.