public static function TaxonomyTermReferenceItemTest::getInfo

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TaxonomyTermReferenceItemTest.php, line 27
Contains \Drupal\taxonomy\Tests\TaxonomyTermReferenceItemTest.

Class

TaxonomyTermReferenceItemTest
Tests the new entity API for the taxonomy term reference field type.

Namespace

Drupal\taxonomy\Tests

Code

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