FOF30\Form\FieldInterface::renderField PHP Method

renderField() public method

Method to get a control group with label and input.
public renderField ( array $options = [] ) : string
$options array Options to be passed into the rendering of the field
return string A string containing the html for the control group
    public function renderField($options = array());