File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Edit/Button Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 15
15
class Save extends Generic
16
16
{
17
17
/**
18
- * { @inheritdoc}
18
+ * @inheritdoc
19
19
*/
20
20
public function getButtonData ()
21
21
{
@@ -125,7 +125,8 @@ protected function getOptions()
125
125
}
126
126
127
127
/**
128
- * Retrieve target for button
128
+ * Retrieve target for button.
129
+ *
129
130
* @return string
130
131
*/
131
132
protected function getSaveTarget ()
@@ -138,7 +139,8 @@ protected function getSaveTarget()
138
139
}
139
140
140
141
/**
141
- * Retrieve action for button
142
+ * Retrieve action for button.
143
+ *
142
144
* @return string
143
145
*/
144
146
protected function getSaveAction ()
@@ -151,6 +153,8 @@ protected function getSaveAction()
151
153
}
152
154
153
155
/**
156
+ * Is configurable product.
157
+ *
154
158
* @return boolean
155
159
*/
156
160
protected function isConfigurableProduct ()
You can’t perform that action at this time.
0 commit comments