_storeManager = $storeManager; parent::__construct($context); } public function getMediaUrl() { return $this->_storeManager ->getStore()->getBaseUrl(\Magento\Framework\UrlInterface::URL_TYPE_MEDIA); } public function getConfigValue($value = '') { return $this->scopeConfig ->getValue($value, \Magento\Store\Model\ScopeInterface::SCOPE_STORE); } }