Questions marquées «di.xml»

8
Magento 2 After plugin avec paramètre

J'essaye d'implémenter après plugin la méthode suivante. public function getCategoryUrl($category) { if ($category instanceof ModelCategory) { return $category->getUrl(); } return $this->_categoryFactory->create()->setData($category->getData())->getUrl(); } Veuillez noter le...