function date_api_argument_handler::options in Date 6
Default value for the date_fields option.
File
- ./
date_api.views.inc, line 131 - Defines date-related Views data and plugins:
Class
- date_api_argument_handler
- Date API argument handler.
Code
function options(&$options) {
parent::options($options);
$options['date_fields'] = array();
$options['date_method'] = 'OR';
$options['granularity'] = 'month';
}