function TestSubthemeHooks::preprocessThemeTestTemplateTest

Same name and namespace in other branches
  1. main core/modules/system/tests/themes/test_subtheme/src/Hook/TestSubthemeHooks.php \Drupal\test_subtheme\Hook\TestSubthemeHooks::preprocessThemeTestTemplateTest()

Implements hook_preprocess_HOOK() for theme_test_template_test templates.

Attributes

#[Hook('preprocess_theme_test_template_test')]

File

core/modules/system/tests/themes/test_subtheme/src/Hook/TestSubthemeHooks.php, line 44

Class

TestSubthemeHooks
Hook implementations for test_subtheme.

Namespace

Drupal\test_subtheme\Hook

Code

public function preprocessThemeTestTemplateTest(&$variables) : void {
}

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