Back to RadiobasicField class

Method getInput

protected string
getInput
()
Method to get the radio button field input markup.
Returns
  • string The field input markup.
Since
  • 4.0.0

Method getInput - Source code

/**
 * Method to get the radio button field input markup.
 *
 * @return  string  The field input markup.
 *
 * @since   4.0.0
 */
protected function getInput()
{
    return $this->getRenderer($this->layout)->render($this->getLayoutData());
}