function AHooks::testProceduralReorder

Attributes

#[ReorderHook('test_procedural_reorder', ProceduralCall::class, 'bbb_hook_order_test_test_procedural_reorder', Order::First)] #[RemoveHook('test_procedural_reorder', ProceduralCall::class, 'ccc_hook_order_test_test_procedural_reorder')] #[Hook('test_procedural_reorder')]

File

core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php, line 55

Class

AHooks
This class contains hook implementations.

Namespace

Drupal\aaa_hook_order_test\Hook

Code

public function testProceduralReorder() : string {
  return __METHOD__;
}

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