function ThemeTestThemeHooks::preprocessTestSuggestions
Implements hook_preprocess_HOOK().
File
-
core/
modules/ system/ tests/ modules/ theme_test/ src/ Hook/ ThemeTestThemeHooks.php, line 17
Class
- ThemeTestThemeHooks
- Hook implementations for theme_test.
Namespace
Drupal\theme_test\HookCode
public function preprocessTestSuggestions(&$variables) : void {
$variables['foo'] = 'Monkey';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.