function AAlterHooks::testSubtypeAlter

Same name and namespace in other branches
  1. 11.x core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AAlterHooks.php \Drupal\aaa_hook_order_test\Hook\AAlterHooks::testSubtypeAlter()

Implements hook_test_subtype_alter().

This implementation has no ordering modifications.

Attributes

#[Hook('test_subtype_alter')]

File

core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AAlterHooks.php, line 37

Class

AAlterHooks
This class contains hook implementations.

Namespace

Drupal\aaa_hook_order_test\Hook

Code

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

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