We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a6cd7 commit 7185e16Copy full SHA for 7185e16
app/code/Magento/Catalog/Model/ResourceModel/Product/Option/Value/Collection.php
@@ -14,6 +14,20 @@
14
*/
15
class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
16
{
17
+ /**
18
+ * Name prefix of events that are dispatched by model
19
+ *
20
+ * @var string
21
+ */
22
+ protected $_eventPrefix = 'catalog_product_option_value_collection';
23
+
24
25
+ * Name of event parameter
26
27
28
29
+ protected $_eventObject = 'product_option_value_collection';
30
31
/**
32
* Resource initialization
33
*
0 commit comments