class ThemeTestThemeHooks

Hook implementations for theme_test.

Hierarchy

Expanded class hierarchy of ThemeTestThemeHooks

File

core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestThemeHooks.php, line 12

Namespace

Drupal\theme_test\Hook
View source
class ThemeTestThemeHooks {
    
    /**
     * Implements hook_preprocess_HOOK().
     */
    public function preprocessTestSuggestions(&$variables) : void {
        $variables['foo'] = 'Monkey';
    }

}

Members

Title Sort descending Modifiers Object type Summary
ThemeTestThemeHooks::preprocessTestSuggestions public function Implements hook_preprocess_HOOK().

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