class TestThemeNyanCatEngineHooks
Same name and namespace in other branches
- main core/modules/system/tests/themes/test_theme_nyan_cat_engine/src/Hook/TestThemeNyanCatEngineHooks.php \Drupal\test_theme_nyan_cat_engine\Hook\TestThemeNyanCatEngineHooks
Hook implementations for test_theme_nyan_cat_engine.
Hierarchy
- class \Drupal\test_theme_nyan_cat_engine\Hook\TestThemeNyanCatEngineHooks
Expanded class hierarchy of TestThemeNyanCatEngineHooks
File
-
core/
modules/ system/ tests/ themes/ test_theme_nyan_cat_engine/ src/ Hook/ TestThemeNyanCatEngineHooks.php, line 12
Namespace
Drupal\test_theme_nyan_cat_engine\HookView source
class TestThemeNyanCatEngineHooks {
// cspell:ignore nyan
/**
* Implements hook_preprocess_theme_test_template_test().
*/
public function preprocessThemeTestTemplateTest(&$variables) : void {
$variables['kittens'] = 'All of them';
}
}
Members
| Title Sort descending | Modifiers | Object type | Summary |
|---|---|---|---|
| TestThemeNyanCatEngineHooks::preprocessThemeTestTemplateTest | public | function | Implements hook_preprocess_theme_test_template_test(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.