public static function TextFieldTest::getInfo

File

drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextFieldTest.php, line 29
Definition of Drupal\text\TextFieldTest.

Class

TextFieldTest
Tests the creation of text fields.

Namespace

Drupal\text\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Text field',
    'description' => "Test the creation of text fields.",
    'group' => 'Field types',
  );
}