function BMissingTargetAlter::testABAlterReorderedFirstByXyz
Same name and namespace in other branches
- 11.x core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BMissingTargetAlter.php \Drupal\bbb_hook_order_test\Hook\BMissingTargetAlter::testABAlterReorderedFirstByXyz()
Implements hook_test_ab_alter().
Attributes
#[Hook('test_ab_alter')]
File
-
core/
modules/ system/ tests/ modules/ HookOrder/ bbb_hook_order_test/ src/ Hook/ BMissingTargetAlter.php, line 19
Class
- BMissingTargetAlter
- Contains alter hook implementations.
Namespace
Drupal\bbb_hook_order_test\HookCode
public function testABAlterReorderedFirstByXyz(array &$calls) : void {
$calls[] = __METHOD__;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.