We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92118f5 + 9de6daf commit 502d80fCopy full SHA for 502d80f
app/code/Magento/Wishlist/Controller/Index/Allcart.php
@@ -6,12 +6,14 @@
6
namespace Magento\Wishlist\Controller\Index;
7
8
use Magento\Framework\Data\Form\FormKey\Validator;
9
-use Magento\Framework\App\Action;
10
use Magento\Framework\App\Action\Context;
11
use Magento\Wishlist\Controller\WishlistProviderInterface;
12
use Magento\Wishlist\Model\ItemCarrier;
13
use Magento\Framework\Controller\ResultFactory;
14
+/**
15
+ * Action Add All to Cart
16
+ */
17
class Allcart extends \Magento\Wishlist\Controller\AbstractIndex
18
{
19
/**
0 commit comments