예제 #1
0
 /**
  * Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::optionsSummary().
  *
  * Disable 'cache' and 'title' so it won't be changed.
  */
 public function optionsSummary(&$categories, &$options)
 {
     parent::optionsSummary($categories, $options);
     unset($options['query']);
     unset($options['title']);
 }