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