コード例 #1
0
ファイル: FinisherContext.php プロジェクト: kitsunet/form
 /**
  * The values of the submitted form (after validation and property mapping)
  *
  * @return array
  * @api
  */
 public function getFormValues()
 {
     return $this->formRuntime->getFormState()->getFormValues();
 }