class TestSubsubthemeHooks
Same name and namespace in other branches
- 11.x core/modules/system/tests/themes/test_subsubtheme/src/Hook/TestSubsubthemeHooks.php \Drupal\test_subsubtheme\Hook\TestSubsubthemeHooks
Hook implementations for test_subsubtheme.
Hierarchy
- class \Drupal\test_subsubtheme\Hook\TestSubsubthemeHooks
Expanded class hierarchy of TestSubsubthemeHooks
File
-
core/
modules/ system/ tests/ themes/ test_subsubtheme/ src/ Hook/ TestSubsubthemeHooks.php, line 12
Namespace
Drupal\test_subsubtheme\HookView source
class TestSubsubthemeHooks {
/**
* Implements hook_preprocess_HOOK() for theme_test_template_test templates.
*/
public function preprocessThemeTestTemplateTest(&$variables) : void {
}
}
Members
| Title Sort descending | Modifiers | Object type | Summary |
|---|---|---|---|
| TestSubsubthemeHooks::preprocessThemeTestTemplateTest | public | function | Implements hook_preprocess_HOOK() for theme_test_template_test templates. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.