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