Definition at line 32 of file FormTest.php.
◆ __construct()
Definition at line 36 of file FormTest.php.
38 $this->input_factory = $field_factory;
39 parent::__construct($field_factory, $inputs);
◆ _extractPostData()
◆ _getPostInput()
Definition at line 65 of file FormTest.php.
67 return $this->getPostInput($request);
◆ extractPostData()
Definition at line 48 of file FormTest.php.
50 if ($this->post_data !== null) {
54 return parent::extractPostData($request);
◆ setInputs()
ConcreteForm::setInputs |
( |
array |
$inputs | ) |
|
Definition at line 58 of file FormTest.php.
60 $this->input_group = $this->input_factory->group($inputs);
61 $this->inputs = $inputs;
◆ $post_data
ConcreteForm::$post_data = null |
The documentation for this class was generated from the following file: