File
- drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipRepresentativeNode.php, line 22
- Contains \Drupal\taxonomy\Tests\Views\RelationshipRepresentativeNode.
Class
- RelationshipRepresentativeNode
- Tests the representative node relationship for terms.
Namespace
Drupal\taxonomy\Tests\Views
Code
public static function getInfo() {
return array(
'name' => 'Taxonomy: Representative Node Relationship',
'description' => 'Tests the representative node relationship for terms.',
'group' => 'Views module integration',
);
}