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.
1 parent 927887f commit e29fa3dCopy full SHA for e29fa3d
app/code/Magento/Catalog/Block/Product/View/GalleryOptions.php
@@ -3,14 +3,16 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
-
7
namespace Magento\Catalog\Block\Product\View;
8
9
use Magento\Framework\View\Element\Block\ArgumentInterface;
10
use Magento\Framework\Serialize\Serializer\Json;
11
use Magento\Catalog\Block\Product\Context;
12
use Magento\Framework\Stdlib\ArrayUtils;
13
+/**
14
+ * Gallery options block.
15
+ */
16
class GalleryOptions extends AbstractView implements ArgumentInterface
17
{
18
/**
0 commit comments