function AHooks::testHookLast
Same name and namespace in other branches
- 11.x core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AHooks.php \Drupal\aaa_hook_order_test\Hook\AHooks::testHookLast()
Implements hook_test_hook().
This implementation changes its order to be last.
Attributes
#[Hook('test_hook', order: Order::Last)]
File
-
core/
modules/ system/ tests/ modules/ HookOrder/ aaa_hook_order_test/ src/ Hook/ AHooks.php, line 58
Class
- AHooks
- Provides hook implementations for testing the execution order of hooks.
Namespace
Drupal\aaa_hook_order_test\HookCode
public function testHookLast() : string {
return __METHOD__;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.