Dispatcher::getFormData PHP Method

getFormData() protected method

Decode the data submitted by the Form.jsx control.
protected getFormData ( ) : array
return array
    protected function getFormData()
    {
        return $this->stripNonPrintables(json_decode($this->request->postVar('Details'), true));
    }