Example #1
0
 /**
  * Build filter form and get twig params for main view.
  *
  * @param Table $table
  *
  * @return array
  */
 public function createFormView(Table $table)
 {
     return $table->setFormView($this->form($table));
 }