Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['query_param'] = array('default' => '');
     $options['fallback'] = array('default' => '');
     $options['multiple'] = array('default' => 'and');
     return $options;
 }
Beispiel #2
0
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['argument'] = array('default' => '');
     return $options;
 }