function aaa_hook_order_test_procedural_subtype_alter
Implements hook_procedural_subtype_alter().
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 36
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.