File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ public function __construct(
67
67
}
68
68
69
69
/**
70
- * {@inheritdoc}
70
+ * @inheritdoc
71
+ *
71
72
* @since 101.0.0
72
73
*/
73
74
public function modifyData (array $ data )
@@ -76,6 +77,8 @@ public function modifyData(array $data)
76
77
}
77
78
78
79
/**
80
+ * Check if can add attributes on product form.
81
+ *
79
82
* @return boolean
80
83
*/
81
84
private function canAddAttributes ()
@@ -89,7 +92,8 @@ private function canAddAttributes()
89
92
}
90
93
91
94
/**
92
- * {@inheritdoc}
95
+ * @inheritdoc
96
+ *
93
97
* @since 101.0.0
94
98
*/
95
99
public function modifyMeta (array $ meta )
@@ -111,6 +115,8 @@ public function modifyMeta(array $meta)
111
115
}
112
116
113
117
/**
118
+ * Modify meta customize attribute modal.
119
+ *
114
120
* @param array $meta
115
121
* @return array
116
122
*/
@@ -207,6 +213,8 @@ private function customizeAddAttributeModal(array $meta)
207
213
}
208
214
209
215
/**
216
+ * Modify meta to customize create attribute modal.
217
+ *
210
218
* @param array $meta
211
219
* @return array
212
220
*/
@@ -289,6 +297,8 @@ private function customizeCreateAttributeModal(array $meta)
289
297
}
290
298
291
299
/**
300
+ * Modify meta to customize attribute grid.
301
+ *
292
302
* @param array $meta
293
303
* @return array
294
304
*/
You can’t perform that action at this time.
0 commit comments