function ViewsHandlerFilterInOperator::getInfo
File
-
tests/
handlers/ views_handler_filter_in_operator.test, line 16
Class
- ViewsHandlerFilterInOperator
- Tests the core views_handler_filter_in_operator handler.
Code
public static function getInfo() {
return array(
'name' => 'Filter: in_operator',
'description' => 'Test the core views_handler_filter_in_operator handler.',
'group' => 'Views Handlers',
);
}