Backend\Core\Engine\Form::getValues PHP Method

getValues() public method

Fetches all the values for this form as key/value pairs
public getValues ( mixed $excluded = ['form', 'save', 'form_token', '_utf8'] ) : array
$excluded mixed Which elements should be excluded?
return array
    public function getValues($excluded = array('form', 'save', 'form_token', '_utf8'))
    {
        return parent::getValues($excluded);
    }