Ejemplo n.º 1
0
 /**
  * @param FormView $view
  * @param FormInterface $form
  * @param array $options
  */
 public function finishView(FormView $view, FormInterface $form, array $options)
 {
     // sort choices
     $this->sorter->choice($view->children['genres']);
     $this->sorter->choice($view->children['labels']);
     $this->sorter->choice($view->children['studio']);
     $this->sorter->choice($view->children['country']);
     $this->sorter->choice($view->children['storage']);
 }
Ejemplo n.º 2
0
 /**
  * @param FormView $view
  * @param FormInterface $form
  * @param array $options
  */
 public function finishView(FormView $view, FormInterface $form, array $options)
 {
     $this->sorter->choice($view->children['studio']);
 }