public static function DisplayTest::getInfo

Same name in this branch

File

drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php, line 31
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',
  );
}