You are here

function test_theme_theme_test_function_suggestions__module_override in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/tests/themes/test_theme/test_theme.theme \test_theme_theme_test_function_suggestions__module_override()

Returns HTML for a theme function suggestion test.

Implements the theme_test_function_suggestions__module_override suggestion.

File

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

Code

function test_theme_theme_test_function_suggestions__module_override($variables) {
  return 'Theme function overridden based on new theme suggestion provided by a module.';
}