function AMissingTargetAlter::testASupertypeAlterRemovedForBSubtypeByXyz

Implements hook_test_a_supertype_alter().

Attributes

#[Hook('test_a_supertype_alter')]

File

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

Class

AMissingTargetAlter
Provides hook implementations for testing the alteration of hooks.

Namespace

Drupal\aaa_hook_order_test\Hook

Code

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

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