_scopeConfig = $scopeConfig; } /** * Retrieve url store config value * * @param string $path * @return mixed */ public function getValue($path) { return $this->_scopeConfig->getValue($path, \Magento\Store\Model\ScopeInterface::SCOPE_STORE); } }