function test_theme_theme_test__suggestion
Tests a theme overriding a suggestion of a base theme hook.
File
-
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'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.