public static function RelationshipNodeTermDataTest::getInfo in Views (for Drupal 7) 8.3
File
- lib/
Drupal/ views/ Tests/ Taxonomy/ RelationshipNodeTermDataTest.php, line 24 - Definition of Drupal\views\Tests\Taxonomy\RelationshipNodeTermDataTest.
Class
- RelationshipNodeTermDataTest
- Tests the node_term_data relationship handler.
Namespace
Drupal\views\Tests\TaxonomyCode
public static function getInfo() {
return array(
'name' => 'Taxonomy: Node term data Relationship',
'description' => 'Tests the taxonomy term on node relationship handler.',
'group' => 'Views Modules',
);
}