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