public static function RowUITest::getInfo in Views (for Drupal 7) 8.3
File
- lib/
Drupal/ views/ Tests/ UI/ RowUITest.php, line 17 - Definition of Drupal\views\Tests\UI\RowUITest.
Class
- RowUITest
- Tests the UI of row plugins.
Namespace
Drupal\views\Tests\UICode
public static function getInfo() {
return array(
'name' => 'Row: UI',
'description' => 'Tests the UI of row plugins.',
'group' => 'Views UI',
);
}