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