function ACrossHookReorderAlter::baseAlterLast
Implements hook_test_cross_hook_reorder_base_alter().
Attributes
#[Hook('test_cross_hook_reorder_base_alter', order: Order::Last)]
File
-
core/
modules/ system/ tests/ modules/ HookOrder/ aaa_hook_order_test/ src/ Hook/ ACrossHookReorderAlter.php, line 21
Class
- ACrossHookReorderAlter
- Contains alter hook implementations.
Namespace
Drupal\aaa_hook_order_test\HookCode
public function baseAlterLast(array &$calls) : void {
$calls[] = __METHOD__;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.