Câu hỏi được gắn thẻ «directory»

4
Làm cách nào để lấy đường dẫn thư mục gốc trong phtml magento 2?
$objectManager = \Magento\Framework\App\ObjectManager::getInstance(); $storeManager = $objectManager->get('\Magento\Store\Model\StoreManagerInterface'); $mediaPath = $fileSystem->getDirectoryRead(\Magento\Framework\App\Filesystem\DirectoryList::MEDIA)->getAbsolutePath(); nó trả về đường dẫn phương tiện. Làm thế nào để có được đường dẫn gốc của một dự án trong trang phtml?

4
Làm cách nào để lấy đường dẫn thư mục phương tiện trong tệp phtml trong magento 2?
Đã sử dụng phương thức dưới đây để lấy đường dẫn thư mục phương tiện , nhưng nó trả về lỗi. $om = \Magento\Core\Model\ObjectManager::getInstance(); $directoryList = $om->get(\Magento\App\Filesystem\DirectoryList::class); $pubMediaDir = $directoryList->getPath(\Magento\App\Filesystem\DirectoryList::MEDIA); Xin hãy giúp tôi tìm một giải pháp.
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.