function test_theme_preprocess_theme_test_preprocess_suggestions__suggestion

Same name and namespace in other branches
  1. 9 core/modules/system/tests/themes/test_theme/test_theme.theme \test_theme_preprocess_theme_test_preprocess_suggestions__suggestion()
  2. 8.9.x core/modules/system/tests/themes/test_theme/test_theme.theme \test_theme_preprocess_theme_test_preprocess_suggestions__suggestion()
  3. 10 core/modules/system/tests/themes/test_theme/test_theme.theme \test_theme_preprocess_theme_test_preprocess_suggestions__suggestion()

Tests a theme overriding a default hook with a suggestion.

File

core/modules/system/tests/themes/test_theme/test_theme.theme, line 100

Code

function test_theme_preprocess_theme_test_preprocess_suggestions__suggestion(&$variables) {
    $variables['foo'] = 'Suggestion';
}

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