You are here

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

File

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

Class

FilterStringTest
Tests the core Drupal\views\Plugin\views\filter\String handler.

Namespace

Drupal\views\Tests\Handler

Code

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