function AAlterHooks::testAlterAfterC
Same name and namespace in other branches
- 11.x core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AAlterHooks.php \Drupal\aaa_hook_order_test\Hook\AAlterHooks::testAlterAfterC()
Implements hook_test_alter().
This implementation changes its order to be after the hooks in module 'ccc_hook_order_test'.
Attributes
File
-
core/
modules/ system/ tests/ modules/ HookOrder/ aaa_hook_order_test/ src/ Hook/ AAlterHooks.php, line 27
Class
- AAlterHooks
- This class contains hook implementations.
Namespace
Drupal\aaa_hook_order_test\HookCode
public function testAlterAfterC(array &$calls) : void {
$calls[] = __METHOD__;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.