Here is code for get Base URL in magento 2:
1 2 3 4 |
public function getBaseUrl() { return $this->_storeManager->getStore()->getBaseUrl(\Magento\Framework\UrlInterface::URL_TYPE_MEDIA); } |
Here is code for get Base URL in magento 2:
1 2 3 4 |
public function getBaseUrl() { return $this->_storeManager->getStore()->getBaseUrl(\Magento\Framework\UrlInterface::URL_TYPE_MEDIA); } |