FOF30\Form\Field\ViewTemplate::getInput PHP Method

getInput() protected method

Method to get the field input markup.
Since: 11.1
protected getInput ( ) : string
return string The field input markup.
    protected function getInput()
    {
        return $this->getRenderedTemplate();
    }