File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
app/code/Magento/Bundle/Block/Catalog/Product/View/Type Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ public function __construct(
91
91
}
92
92
93
93
/**
94
+ * Return catalog rule processor or creates processor if it does not exist
95
+ *
94
96
* @deprecated 100.2.0
95
97
* @return \Magento\CatalogRule\Model\ResourceModel\Product\CollectionProcessor
96
98
*/
@@ -106,6 +108,7 @@ private function getCatalogRuleProcessor()
106
108
107
109
/**
108
110
* Returns the bundle product options
111
+ *
109
112
* Will return cached options data if the product options are already initialized
110
113
* In a case when $stripSelection parameter is true will reload stored bundle selections collection from DB
111
114
*
@@ -140,6 +143,8 @@ public function getOptions($stripSelection = false)
140
143
}
141
144
142
145
/**
146
+ * Return true if product has options
147
+ *
143
148
* @return bool
144
149
*/
145
150
public function hasOptions ()
@@ -155,7 +160,6 @@ public function hasOptions()
155
160
* Returns JSON encoded config to be used in JS scripts
156
161
*
157
162
* @return string
158
- *
159
163
*/
160
164
public function getJsonConfig ()
161
165
{
You can’t perform that action at this time.
0 commit comments