class TestHookFirst
Same name in this branch
- main core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookFirst.php \Drupal\aaa_hook_collector_test\Hook\TestHookFirst
Same name and namespace in other branches
- 11.x core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookFirst.php \Drupal\aaa_hook_collector_test\Hook\TestHookFirst
- 11.x core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookFirst.php \Drupal\bbb_hook_collector_test\Hook\TestHookFirst
This class contains hook implementations.
By default, these will be called in module order, which is predictable due to the alphabetical module names. Some of the implementations are reordered using order attributes.
Hierarchy
- class \Drupal\bbb_hook_collector_test\Hook\TestHookFirst
Expanded class hierarchy of TestHookFirst
File
-
core/
modules/ system/ tests/ modules/ HookCollector/ bbb_hook_collector_test/ src/ Hook/ TestHookFirst.php, line 17
Namespace
Drupal\bbb_hook_collector_test\HookView source
class TestHookFirst {
/**
* This pair tests OrderFirst.
*/
public function hookFirst() : string {
return __METHOD__;
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.