You are here

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

Same name in this branch
  1. 8.3 lib/Drupal/views/Tests/Plugin/DisplayTest.php \Drupal\views\Tests\Plugin\DisplayTest::getInfo()
  2. 8.3 lib/Drupal/views/Tests/UI/DisplayTest.php \Drupal\views\Tests\UI\DisplayTest::getInfo()

File

lib/Drupal/views/Tests/Plugin/DisplayTest.php, line 24
Definition of Drupal\views\Tests\Plugin\DisplayTest.

Class

DisplayTest
Tests the basic display plugin.

Namespace

Drupal\views\Tests\Plugin

Code

public static function getInfo() {
  return array(
    'name' => 'Display',
    'description' => 'Tests the basic display plugin.',
    'group' => 'Views Plugins',
  );
}