public static function DisplayPageTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageTest.php, line 45
Contains \Drupal\views\Tests\Plugin\DisplayPageTest.

Class

DisplayPageTest
Tests the page display plugin.

Namespace

Drupal\views\Tests\Plugin

Code

public static function getInfo() {
  return array(
    'name' => 'Display: Page plugin',
    'description' => 'Tests the page display plugin.',
    'group' => 'Views Plugins',
  );
}