function DHooks::sparseTestHook
Implements hook_test_hook().
This implementation has no ordering modifications.
Attributes
#[Hook('sparse_test_hook')]
File
-
core/
modules/ system/ tests/ modules/ HookOrder/ ddd_hook_order_test/ src/ Hook/ DHooks.php, line 47
Class
- DHooks
- Provides hook implementations for testing the execution order of hooks.
Namespace
Drupal\ddd_hook_order_test\HookCode
public function sparseTestHook() : string {
return __METHOD__;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.