Ejemplo n.º 1
0
 /**
  * The values of the submitted form (after validation and property mapping)
  *
  * @return array
  * @api
  */
 public function getFormValues()
 {
     return $this->formRuntime->getFormState()->getFormValues();
 }