public static function ShapeItemTest::getInfo

File

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

Class

ShapeItemTest
Tests the new entity API for the shape field type.

Namespace

Drupal\field\Tests

Code

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