1 template.php | test_theme_theme_test__suggestion($variables) |
Tests a theme overriding a suggestion of a base theme hook.
File
- core/
modules/ simpletest/ tests/ themes/ test_theme/ template.php, line 6
Code
function test_theme_theme_test__suggestion($variables) {
return 'Theme hook implementor=test_theme_theme_test__suggestion(). Foo=' . $variables['foo'];
}