File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
app/code/Magento/CatalogImportExport/Model/Import Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ class Product extends AbstractEntity
227
227
* Links attribute name-to-link type ID.
228
228
*
229
229
* @deprecated 101.1.0 use DI for LinkProcessor class if you want to add additional types
230
- *
230
+ * @see It is possible to supply additional link types via DI
231
231
* @var array
232
232
*/
233
233
protected $ _linkNameToId = [
@@ -548,6 +548,7 @@ class Product extends AbstractEntity
548
548
/**
549
549
* @var \Magento\CatalogInventory\Model\ResourceModel\Stock\ItemFactory
550
550
* @deprecated 101.0.0 this variable isn't used anymore.
551
+ * @see avoid using this variable
551
552
*/
552
553
protected $ _stockResItemFac ;
553
554
@@ -613,6 +614,7 @@ class Product extends AbstractEntity
613
614
* @var array
614
615
* @deprecated 100.0.3
615
616
* @since 100.0.3
617
+ * @see avoid using this variable
616
618
*/
617
619
protected $ productUrlKeys = [];
618
620
@@ -1280,6 +1282,7 @@ protected function _prepareRowForDb(array $rowData)
1280
1282
* Must be called after ALL products saving done.
1281
1283
*
1282
1284
* @deprecated 101.1.0 use linkProcessor Directly
1285
+ * @see \Magento\CatalogImportExport\Model\Import\Product\linkProcessor::saveLinks
1283
1286
*
1284
1287
* @return $this
1285
1288
*/
@@ -1489,6 +1492,7 @@ private function getNewSkuFieldsForSelect()
1489
1492
* @return void
1490
1493
* @since 100.0.4
1491
1494
* @deprecated 100.2.3
1495
+ * @see avoid using this function
1492
1496
*/
1493
1497
protected function initMediaGalleryResources ()
1494
1498
{
You can’t perform that action at this time.
0 commit comments