public static function FilterNumericTest::getInfo in Views (for Drupal 7) 8.3
File
- lib/
Drupal/ views/ Tests/ Handler/ FilterNumericTest.php, line 17 - Definition of Drupal\views\Tests\Handler\FilterNumericTest.
Class
- FilterNumericTest
- Tests the numeric filter handler.
Namespace
Drupal\views\Tests\HandlerCode
public static function getInfo() {
return array(
'name' => 'Filter: Numeric',
'description' => 'Tests the numeric filter handler.',
'group' => 'Views Handlers',
);
}