MagePal\GmailSmtpApp\Block\Adminhtml\System\Config\Version::_getElementHtml PHP Method

_getElementHtml() protected method

Return element html
protected _getElementHtml ( Magento\Framework\Data\Form\Element\AbstractElement $element ) : string
$element Magento\Framework\Data\Form\Element\AbstractElement
return string
    protected function _getElementHtml(\Magento\Framework\Data\Form\Element\AbstractElement $element)
    {
        return 'v' . $this->getVersion();
    }