You are here

function i18nviews_content_negotiation_filter_handler::option_definition in Internationalization Views 6.3

Same name and namespace in other branches
  1. 6.2 includes/i18nviews_content_negotiation_filter_handler.inc \i18nviews_content_negotiation_filter_handler::option_definition()

File

includes/i18nviews_content_negotiation_filter_handler.inc, line 12

Class

i18nviews_content_negotiation_filter_handler

Code

function option_definition() {
  $options = parent::option_definition();
  $options['operator']['default'] = '';
  $options['value']['default'] = '';
  return $options;
}