public static function LinkItemTest::getInfo

File

drupal/core/modules/link/lib/Drupal/link/Tests/LinkItemTest.php, line 26
Contains \Drupal\link\Tests\LinkItemTest.

Class

LinkItemTest
Tests the new entity API for the link field type.

Namespace

Drupal\link\Tests

Code

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