You are here

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

File

lib/Drupal/views/Tests/Handler/SortTest.php, line 15
Definition of Drupal\views\Tests\Handler\SortTest.

Class

SortTest
Tests for core Drupal\views\Plugin\views\sort\SortPluginBase handler.

Namespace

Drupal\views\Tests\Handler

Code

public static function getInfo() {
  return array(
    'name' => 'Sort: Generic',
    'description' => 'Test the core Drupal\\views\\Plugin\\views\\sort\\SortPluginBase handler.',
    'group' => 'Views Handlers',
  );
}