Back to ModuleorderField class

Method getInput

protected string
getInput
()
Method to get the field input markup for the moduleorder field.
Returns
  • string The field input markup.
Since
  • 1.6

Method getInput - Source code

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