public static function PagerTest::getInfo

Same name in this branch

File

drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php, line 29
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',
  );
}