Example #1
0
 /**
  * {@inheritdoc}
  *
  * @return string
  */
 protected function _toHtml()
 {
     return ($content = $this->_config->getConfigData('verify_meta_tag')) ? '<meta name="google-site-verification" content="' . $this->escapeHtml($content) . '"/>' : '';
 }