function aaa_hook_order_test_module_implements_alter

Implements hook_module_implements_alter().

This implementation has no ordering modifications.

File

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

Code

function aaa_hook_order_test_module_implements_alter(array &$implementations, string $hook) : void {
  ModuleImplementsAlter::call($implementations, $hook);
}

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