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