public static function DisplayExtenderUITest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayExtenderUITest.php, line 22
Definition of Drupal\views\Tests\UI\DisplayExtenderUITest.

Class

DisplayExtenderUITest
Tests the display extender UI.

Namespace

Drupal\views\Tests\UI

Code

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