public static function SortTest::getInfo

File

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