public static function RowUITest::getInfo

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/RowUITest.php, line 24
Contains \Drupal\views_ui\Tests\RowUITest.

Class

RowUITest
Tests the UI of row plugins.

Namespace

Drupal\views_ui\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Row: UI',
    'description' => 'Tests the UI of row plugins.',
    'group' => 'Views UI',
  );
}