public static function FormTest::getInfo

Same name in this branch

File

drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php, line 22
Definition of Drupal\field\Tests\FormTest.

Class

FormTest

Namespace

Drupal\field\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Field form tests',
    'description' => 'Test Field form handling.',
    'group' => 'Field API',
  );
}