30 private $miscellaneousHtml;
48 parent::__construct($context,
$data);
60 'cache_tags' => [\
Magento\Store\Model\Store::CACHE_TAG, \
Magento\Cms\Model\Block::CACHE_TAG],
74 $this->_storeManager->getStore()->getId(),
75 (int)$this->_storeManager->getStore()->isCurrentlySecure(),
76 $this->_design->getDesignTheme()->getId(),
90 if (!$this->_copyright) {
91 $this->_copyright = $this->_scopeConfig->getValue(
92 'design/footer/copyright',
93 \
Magento\Store\Model\ScopeInterface::SCOPE_STORE
96 return __($this->_copyright);
107 if ($this->miscellaneousHtml ===
null) {
108 $this->miscellaneousHtml = $this->_scopeConfig->getValue(
109 'design/footer/absolute_footer',
110 \
Magento\Store\Model\ScopeInterface::SCOPE_STORE
113 return $this->miscellaneousHtml;
134 return parent::getCacheLifetime() ?: 3600;
getTemplateFile($template=null)