public static function RelationshipRepresentativeNode::getInfo

Same name in this branch
  1. 9.x drupal/core/modules/views/lib/Drupal/views/Tests/User/RelationshipRepresentativeNode.php \Drupal\views\Tests\User\RelationshipRepresentativeNode::getInfo()
  2. 9.x drupal/core/modules/views/lib/Drupal/views/Tests/Taxonomy/RelationshipRepresentativeNode.php \Drupal\views\Tests\Taxonomy\RelationshipRepresentativeNode::getInfo()

File

drupal/core/modules/views/lib/Drupal/views/Tests/Taxonomy/RelationshipRepresentativeNode.php, line 22
Definition of Drupal\views\Tests\Taxonomy\RelationshipRepresentativeNode.

Class

RelationshipRepresentativeNode
Tests the representative node relationship for terms.

Namespace

Drupal\views\Tests\Taxonomy

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy: Representative Node Relationship',
    'description' => 'Tests the representative node relationship for terms.',
    'group' => 'Views Modules',
  );
}