FOF30\Form\Field\Callback::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->getCallbackResults();
    }