function test_theme_preprocess_twig_theme_test_php_variables

Implements THEME_preprocess_twig_theme_test_php_variables().

File

drupal/core/modules/system/tests/themes/test_theme/test_theme.theme, line 11
Theme to help test the Twig engine.

Code

function test_theme_preprocess_twig_theme_test_php_variables(&$variables) {
  $variables['php_values'] = _test_theme_twig_php_values();
}