function bbb_hook_order_test_procedural_alter

Implements hook_procedural_alter().

1 string reference to 'bbb_hook_order_test_procedural_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/bbb_hook_order_test/bbb_hook_order_test.module, line 20

Code

function bbb_hook_order_test_procedural_alter(array &$calls) : void {
    $calls[] = __FUNCTION__;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.