FOF30\Render\RenderInterface::renderFormRaw PHP Method

renderFormRaw() public method

Renders a F0FForm for an Edit view and returns the corresponding HTML
public renderFormRaw ( Form &$form, DataModel $model, string $formType = null ) : string
$form FOF30\Form\Form
$model FOF30\Model\DataModel The model providing our data
$formType string The form type: edit, browse or read
return string The HTML rendering of the form
    function renderFormRaw(Form &$form, DataModel $model, $formType = null);