You are here

public static function PagerTest::getInfo in Views (for Drupal 7) 8.3

File

lib/Drupal/views/Tests/Plugin/PagerTest.php, line 22
Definition of Drupal\views\Tests\Plugin\PagerTest.

Class

PagerTest
Tests the pluggable pager system.

Namespace

Drupal\views\Tests\Plugin

Code

public static function getInfo() {
  return array(
    'name' => 'Pager',
    'description' => 'Test the pluggable pager system.',
    'group' => 'Views Plugins',
  );
}