File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
app/code/Magento/MediaContentCatalog/Observer Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,14 @@ class Category implements ObserverInterface
53
53
private $ metadataPool ;
54
54
55
55
/**
56
+ *
56
57
* @var Config
57
58
*/
58
59
private $ config ;
59
60
60
61
/**
62
+ * Create links for category content
63
+ *
61
64
* @param ContentIdentityInterfaceFactory $contentIdentityFactory
62
65
* @param GetContent $getContent
63
66
* @param UpdateContentAssetLinksInterface $updateContentAssetLinks
@@ -68,17 +71,17 @@ class Category implements ObserverInterface
68
71
public function __construct (
69
72
ContentIdentityInterfaceFactory $ contentIdentityFactory ,
70
73
GetContent $ getContent ,
71
- UpdateContentAssetLinksInterface $ updateContentAssetLinks ,
72
74
MetadataPool $ metadataPool ,
75
+ UpdateContentAssetLinksInterface $ updateContentAssetLinks ,
73
76
Config $ config ,
74
77
array $ fields
75
78
) {
76
79
$ this ->contentIdentityFactory = $ contentIdentityFactory ;
77
80
$ this ->getContent = $ getContent ;
78
81
$ this ->updateContentAssetLinks = $ updateContentAssetLinks ;
79
82
$ this ->metadataPool = $ metadataPool ;
80
- $ this ->config = $ config ;
81
83
$ this ->fields = $ fields ;
84
+ $ this ->config = $ config ;
82
85
}
83
86
84
87
/**
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ class Product implements ObserverInterface
58
58
private $ config ;
59
59
60
60
/**
61
+ * * Create links for product content
62
+ *
61
63
* @param ContentIdentityInterfaceFactory $contentIdentityFactory
62
64
* @param GetContent $getContent
63
65
* @param UpdateContentAssetLinksInterface $updateContentAssetLinks
You can’t perform that action at this time.
0 commit comments