function AHooks::testHookAfterB

Same name and namespace in other branches
  1. 11.x core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php \Drupal\aaa_hook_order_test\Hook\AHooks::testHookAfterB()

Implements hook_test_hook().

This implementation changes its order to be after the hooks in module bbb_hook_order_test.

Attributes

#[Hook('test_hook', order: new OrderAfter(modules: [ 'bbb_hook_order_test', ]))]

File

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

Class

AHooks
Provides hook implementations for testing the execution order of hooks.

Namespace

Drupal\aaa_hook_order_test\Hook

Code

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

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