File tree Expand file tree Collapse file tree 5 files changed +21
-6
lines changed
Model/ResourceModel/Product
Ui/DataProvider/Product/Form/Modifier Expand file tree Collapse file tree 5 files changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,10 @@ class Gallery extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
25
25
const GALLERY_VALUE_TO_ENTITY_TABLE = 'catalog_product_entity_media_gallery_value_to_entity ' ;
26
26
/**#@-*/
27
27
28
- /**#@-*/
28
+ /**
29
+ * @var \Magento\Framework\EntityManager\EntityMetadata
30
+ * @since 101.0.0
31
+ */
29
32
protected $ metadata ;
30
33
31
34
/**
Original file line number Diff line number Diff line change @@ -31,7 +31,10 @@ class Categories extends AbstractModifier
31
31
const CATEGORY_TREE_ID = 'CATALOG_PRODUCT_CATEGORY_TREE ' ;
32
32
/**#@-*/
33
33
34
- /**#@-*/
34
+ /**
35
+ * @var CategoryCollectionFactory
36
+ * @since 101.0.0
37
+ */
35
38
protected $ categoryCollectionFactory ;
36
39
37
40
/**
@@ -360,7 +363,7 @@ protected function getCategoriesTree($filter = null)
360
363
$ categoryById [$ category ->getId ()]['label ' ] = $ category ->getName ();
361
364
$ categoryById [$ category ->getParentId ()]['optgroup ' ][] = &$ categoryById [$ category ->getId ()];
362
365
}
363
-
366
+
364
367
$ this ->getCacheManager ()->save (
365
368
$ this ->serializer ->serialize ($ categoryById [CategoryModel::TREE_ROOT_ID ]['optgroup ' ]),
366
369
self ::CATEGORY_TREE_ID . '_ ' . $ filter ,
Original file line number Diff line number Diff line change @@ -94,7 +94,10 @@ class CustomOptions extends AbstractModifier
94
94
const CUSTOM_OPTIONS_LISTING = 'product_custom_options_listing ' ;
95
95
/**#@-*/
96
96
97
- /**#@-*/
97
+ /**
98
+ * @var LocatorInterface
99
+ * @since 101.0.0
100
+ */
98
101
protected $ locator ;
99
102
100
103
/**
Original file line number Diff line number Diff line change @@ -26,7 +26,10 @@ class Images extends AbstractModifier
26
26
const CODE_SWATCH_IMAGE = 'swatch_image ' ;
27
27
/**#@-*/
28
28
29
- /**#@-*/
29
+ /**
30
+ * @var LocatorInterface
31
+ * @since 101.0.0
32
+ */
30
33
protected $ locator ;
31
34
32
35
/**
Original file line number Diff line number Diff line change @@ -22,7 +22,10 @@ class ScheduleDesignUpdate extends AbstractModifier
22
22
const CODE_CUSTOM_DESIGN_TO = 'custom_design_to ' ;
23
23
/**#@-*/
24
24
25
- /**#@-*/
25
+ /**
26
+ * @var ArrayManager
27
+ * @since 101.0.0
28
+ */
26
29
protected $ arrayManager ;
27
30
28
31
/**
You can’t perform that action at this time.
0 commit comments