function FormsElementsVerticalTabsFunctionalTest::getInfo

File

modules/simpletest/tests/form.test, line 1094

Class

FormsElementsVerticalTabsFunctionalTest
Test the vertical_tabs form element for expected behavior.

Code

public static function getInfo() {
    return array(
        'name' => 'Vertical tabs form element type test',
        'description' => 'Test the vertical_tabs element for expected behavior',
        'group' => 'Form API',
    );
}

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