markdown Magento 2 - 获取图像路径

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Magento 2 - 获取图像路径相关的知识,希望对你有一定的参考价值。

### Magento 2 - Get Image Paths

```
<?php
/* Using Direct Object Manager */
$objectManager = \Magento\Framework\App\ObjectManager::getInstance();
$storeManager = $objectManager->get('\Magento\Store\Model\StoreManagerInterface');
//$baseUrl = $storeManager->getStore()->getBaseUrl();
$mediaUrl = $storeManager->getStore()->getBaseUrl(\Magento\Framework\UrlInterface::URL_TYPE_MEDIA);
//$statiContenteUrl = $storeManager->getStore()->getBaseUrl(\Magento\Framework\UrlInterface::URL_TYPE_STATIC);
```

以上是关于markdown Magento 2 - 获取图像路径的主要内容,如果未能解决你的问题,请参考以下文章

markdown Magento 2 - 获取属性选项

markdown Magento 2 - 获取属性选项

markdown Magento 2 - 获取图像路径

markdown Magento 2 - 获取图像路径

markdown Magento - 获取当前产品及其类别

markdown Magento - 获取当前产品及其类别