You are here

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

File

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

Class

FilterInOperatorTest
Tests the core Drupal\views\Plugin\views\filter\InOperator handler.

Namespace

Drupal\views\Tests\Handler

Code

public static function getInfo() {
  return array(
    'name' => 'Filter: In-operator',
    'description' => 'Test the core Drupal\\views\\Plugin\\views\\filter\\InOperator handler.',
    'group' => 'Views Handlers',
  );
}