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