function TestBaseThemeHooks::preprocessThemeTestFunctionSuggestions

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

Implements hook_preprocess_HOOK() for theme_test_function_suggestions theme functions.

Attributes

#[Hook('preprocess_theme_test_function_suggestions')]

File

core/modules/system/tests/themes/test_base_theme/src/Hook/TestBaseThemeHooks.php, line 44

Class

TestBaseThemeHooks
Hook implementations for test_base_theme.

Namespace

Drupal\test_base_theme\Hook

Code

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

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