function ccc_hook_order_test_test_procedural_reorder

Same name and namespace in other branches
  1. main core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.module \ccc_hook_order_test_test_procedural_reorder()

Implements hook_test_procedural_reorder().

This implementation is removed in \Drupal\aaa_hook_order_test\Hook\AHooks::testProceduralReorder().

File

core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/ccc_hook_order_test.module, line 52

Code

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