public static function DisplayExtenderTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayExtenderTest.php, line 26
Definition of Drupal\views\Tests\Plugin\DisplayExtenderTest.

Class

DisplayExtenderTest
Tests the display extender plugins.

Namespace

Drupal\views\Tests\Plugin

Code

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