예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function defineOptions()
 {
     $options = parent::defineOptions();
     $options['field_rendering'] = array('default' => TRUE);
     $options['fallback_handler'] = array('default' => $this->fallbackHandler->getPluginId());
     $options['fallback_options'] = array('contains' => $this->fallbackHandler->defineOptions());
     return $options;
 }
예제 #2
0
파일: TermName.php 프로젝트: aWEBoLabs/taxi
 /**
  * {@inheritdoc}
  */
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['convert_spaces'] = array('default' => FALSE);
     return $options;
 }
예제 #3
0
 /**
  * {@inheritdoc}
  */
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['hide_single_bundle'] = ['default' => TRUE];
     return $options;
 }