public static function RelationshipRepresentativeNode::getInfo in Views (for Drupal 7) 8.3
Same name in this branch
- 8.3 lib/Drupal/views/Tests/Taxonomy/RelationshipRepresentativeNode.php \Drupal\views\Tests\Taxonomy\RelationshipRepresentativeNode::getInfo()
- 8.3 lib/Drupal/views/Tests/User/RelationshipRepresentativeNode.php \Drupal\views\Tests\User\RelationshipRepresentativeNode::getInfo()
File
- lib/
Drupal/ views/ Tests/ User/ RelationshipRepresentativeNode.php, line 15 - Definition of Drupal\views\Tests\User\RelationshipRepresentativeNode.
Class
- RelationshipRepresentativeNode
- Tests the representative node relationship for users.
Namespace
Drupal\views\Tests\UserCode
public static function getInfo() {
return array(
'name' => 'User: Representative Node Relationship',
'description' => 'Tests the representative node relationship for users.',
'group' => 'Views Modules',
);
}