Esempio n. 1
0
 public function query()
 {
     if (!$this->exposedFilterApplied()) {
         // We return with no query; this will force the empty text.
         $this->view->built = TRUE;
         $this->view->executed = TRUE;
         $this->view->result = array();
     } else {
         parent::query();
     }
 }