File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/GraphQlCatalog
Model/Resolver/Products/DataProvider/Product/Formatter Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
/**
13
13
* Grabs the data from the product
14
14
*/
15
- class ProductDataGetter implements FormatterInterface
15
+ class BaseModelData implements FormatterInterface
16
16
{
17
17
/**
18
18
* Get data from product
Original file line number Diff line number Diff line change 60
60
<type name =" Magento\GraphQlCatalog\Model\Resolver\Products\DataProvider\Product\FormatterComposite" >
61
61
<arguments >
62
62
<argument name =" formatterInstances" xsi : type =" array" >
63
- <item name =" productDataGetter " xsi : type =" object" >Magento\GraphQlCatalog\Model\Resolver\Products\DataProvider\Product\Formatter\ProductDataGetter </item >
63
+ <item name =" baseModelData " xsi : type =" object" >Magento\GraphQlCatalog\Model\Resolver\Products\DataProvider\Product\Formatter\BaseModelData </item >
64
64
<item name =" customAttributes" xsi : type =" object" >Magento\GraphQlCatalog\Model\Resolver\Products\DataProvider\Product\Formatter\CustomAttributes</item >
65
65
<item name =" entityIdToId" xsi : type =" object" >Magento\GraphQlCatalog\Model\Resolver\Products\DataProvider\Product\Formatter\EntityIdToId</item >
66
66
<item name =" mediaGalleryEntries" xsi : type =" object" >\Magento\GraphQlCatalog\Model\Resolver\Products\DataProvider\Product\Formatter\MediaGalleryEntries</item >
You can’t perform that action at this time.
0 commit comments