/**
 * 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());
}