public static function TestItemTest::getInfo

File

drupal/core/modules/field/lib/Drupal/field/Tests/TestItemTest.php, line 25
Contains \Drupal\field\Tests\TestItemTest.

Class

TestItemTest
Tests the new entity API for the test field type.

Namespace

Drupal\field\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Test field item',
    'description' => 'Tests the new entity API for the test field type.',
    'group' => 'Field types',
  );
}