function _theme_test_engine_info_test

Serves a simple page renderered using a Nyan Cat theme engine template.

1 string reference to '_theme_test_engine_info_test'
theme_test_menu in modules/simpletest/tests/theme_test.module
Implements hook_menu().

File

modules/simpletest/tests/theme_test.module, line 160

Code

function _theme_test_engine_info_test() {
    return array(
        '#markup' => theme('theme_test_template_test'),
    );
}

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