function test_theme_preprocess_twig_theme_test_php_variables

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

Implements hook_preprocess_HOOK() for twig_theme_test_php_variables.

File

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

Code

function test_theme_preprocess_twig_theme_test_php_variables(&$variables) : void {
  $variables['php_values'] = TwigThemeTestUtils::phpValues();
}

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