function bbb_hook_order_test_test_procedural_reorder

Implements hook_test_procedural_reorder().

The order of this implementation is modified in \Drupal\aaa_hook_order_test\Hook\AHooks::testProceduralReorder() to be first.

1 string reference to 'bbb_hook_order_test_test_procedural_reorder'
HookOrderTest::testHookReorderProcedural in core/tests/Drupal/KernelTests/Core/Hook/HookOrderTest.php
Test procedural hook ordering using, 'test_procedural_reorder'.

File

core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/bbb_hook_order_test.module, line 47

Code

function bbb_hook_order_test_test_procedural_reorder() : string {
  return __FUNCTION__;
}

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