public static function RelationshipRepresentativeNode::getInfo

Same name in this branch
  1. 8.x drupal/core/modules/user/lib/Drupal/user/Tests/Views/RelationshipRepresentativeNode.php \Drupal\user\Tests\Views\RelationshipRepresentativeNode::getInfo()
  2. 8.x drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipRepresentativeNode.php \Drupal\taxonomy\Tests\Views\RelationshipRepresentativeNode::getInfo()

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',
  );
}