public static function ElementsTableSelectTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php, line 24
Definition of Drupal\system\Tests\Form\ElementsTableSelectTest.

Class

ElementsTableSelectTest
Test the tableselect form element for expected behavior.

Namespace

Drupal\system\Tests\Form

Code

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