function TestHookLast::hookLast

This pair tests OrderLast.

Attributes

#[Hook('custom_hook_test_hook_last')]

File

core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookLast.php, line 21

Class

TestHookLast
This class contains hook implementations.

Namespace

Drupal\bbb_hook_collector_test\Hook

Code

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

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