function BMissingTargetHooks::testUnrelatedHook

Attributes

#[Hook('test_unrelated_hook')]

File

core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BMissingTargetHooks.php, line 41

Class

BMissingTargetHooks
Contains hook implementations.

Namespace

Drupal\bbb_hook_order_test\Hook

Code

public function testUnrelatedHook() : string {
  return __METHOD__;
}

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