コード例 #1
0
 /**
  * {@inheritdoc}
  */
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['expose']['contains']['hide_single_bundle'] = ['default' => TRUE];
     return $options;
 }