示例#1
0
 /**
  * @return null|string
  */
 public function getLinksTitle()
 {
     if ($this->_purchased->getLinkSectionTitle()) {
         return $this->_purchased->getLinkSectionTitle();
     }
     return $this->_scopeConfig->getValue(\Magento\Downloadable\Model\Link::XML_PATH_LINKS_TITLE, \Magento\Store\Model\ScopeInterface::SCOPE_STORE);
 }