You are here

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

File

lib/Drupal/views/Tests/Handler/FilterCombineTest.php, line 17
Definition of Drupal\views\Tests\Handler\FilterCombineTest.

Class

FilterCombineTest
Tests the combine filter handler.

Namespace

Drupal\views\Tests\Handler

Code

public static function getInfo() {
  return array(
    'name' => 'Filter: Combine',
    'description' => 'Tests the combine filter handler.',
    'group' => 'Views Handlers',
  );
}