function DHooks::sparseTestHook

File

core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/src/Hook/DHooks.php, line 28

Class

DHooks
This class contains hook implementations.

Namespace

Drupal\ddd_hook_order_test\Hook

Code

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

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