function simpletest_theme

Same name in other branches
  1. 8.9.x core/modules/simpletest/simpletest.module \simpletest_theme()

Implements hook_theme().

File

modules/simpletest/simpletest.module, line 78

Code

function simpletest_theme() {
    return array(
        'simpletest_test_table' => array(
            'render element' => 'table',
            'file' => 'simpletest.pages.inc',
        ),
        'simpletest_result_summary' => array(
            'render element' => 'form',
            'file' => 'simpletest.pages.inc',
        ),
    );
}

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