class TestSubsubthemeHooks

Same name and namespace in other branches
  1. 11.x core/modules/system/tests/themes/test_subsubtheme/src/Hook/TestSubsubthemeHooks.php \Drupal\test_subsubtheme\Hook\TestSubsubthemeHooks

Hook implementations for test_subsubtheme.

Hierarchy

Expanded class hierarchy of TestSubsubthemeHooks

File

core/modules/system/tests/themes/test_subsubtheme/src/Hook/TestSubsubthemeHooks.php, line 12

Namespace

Drupal\test_subsubtheme\Hook
View 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.