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