function AMissingTargetAlter::testABAlter

Attributes

#[Hook('test_ab_alter')]

File

core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AMissingTargetAlter.php, line 16

Class

AMissingTargetAlter
Contains alter hook implementations.

Namespace

Drupal\aaa_hook_order_test\Hook

Code

public function testABAlter(array &$calls) : void {
  $calls[] = __METHOD__;
}

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