You are here

public static function FieldTypeTest::getInfo in Views (for Drupal 7) 8.3

File

lib/Drupal/views/Tests/Node/FieldTypeTest.php, line 15
Definition of Drupal\views\Tests\Node\FieldTypeTest.

Class

FieldTypeTest
Tests the Views\node\Plugin\views\field\Type handler.

Namespace

Drupal\views\Tests\Node

Code

public static function getInfo() {
  return array(
    'name' => 'Node: Node Type field',
    'description' => 'Tests the Views\\node\\Plugin\\views\\field\\Type handler.',
    'group' => 'Views Modules',
  );
}