public static function EntityReferenceItemTest::getInfo

File

drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceItemTest.php, line 27
Contains \Drupal\entity_reference\Tests\EntityReferenceItemTest.

Class

EntityReferenceItemTest
Tests the new entity API for the entity reference field type.

Namespace

Drupal\entity_reference\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Entity Reference field item',
    'description' => 'Tests using entity fields of the entity reference field type.',
    'group' => 'Entity Reference',
  );
}