function aaa_hook_order_test_procedural_alter

Same name and namespace in other branches
  1. 11.x core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.module \aaa_hook_order_test_procedural_alter()

Implements hook_procedural_alter().

This implementation has no ordering modifications.

File

core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.module, line 33

Code

function aaa_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.