public static function TextPlainUnitTest::getInfo

File

drupal/core/modules/text/lib/Drupal/text/Tests/Formatter/TextPlainUnitTest.php, line 38
Contains \Drupal\text\Tests\Formatter\TextPlainUnitTest.

Class

TextPlainUnitTest
Tests the text_plain field formatter.

Namespace

Drupal\text\Tests\Formatter

Code

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