Skip to content

Commit 4fb503a

Browse files
committed
commerce@88cbeab
Release notes
1 parent a18460e commit 4fb503a

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

docs/.artifacts/commerce/4.x/events.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2512,6 +2512,12 @@
25122512
"type": "yii\\base\\ActionEvent",
25132513
"desc": "an event raised right after executing a controller action."
25142514
},
2515+
{
2516+
"class": "craft\\commerce\\console\\controllers\\UpgradeController",
2517+
"name": "EVENT_BEFORE_DROP_V3_DATABASE_ENTITIES",
2518+
"type": "craft\\commerce\\events\\UpgradeEvent",
2519+
"desc": "The event that is triggered before the v3 columns and tables are dropped during upgrade."
2520+
},
25152521
{
25162522
"class": "craft\\commerce\\console\\controllers\\UpgradeController",
25172523
"name": "EVENT_DEFINE_ACTIONS",
@@ -15289,6 +15295,48 @@
1528915295
"type": "yii\\base\\Event",
1529015296
"desc": "an event raised at the end of `validate()`"
1529115297
},
15298+
{
15299+
"class": "craft\\commerce\\elements\\conditions\\products\\ProductVariantSearchConditionRule",
15300+
"name": "EVENT_INIT",
15301+
"type": "yii\\base\\Event",
15302+
"desc": "The event that is triggered after the model's init cycle"
15303+
},
15304+
{
15305+
"class": "craft\\commerce\\elements\\conditions\\products\\ProductVariantSearchConditionRule",
15306+
"name": "EVENT_DEFINE_BEHAVIORS",
15307+
"type": "craft\\events\\DefineBehaviorsEvent",
15308+
"desc": "The event that is triggered when defining the class behaviors"
15309+
},
15310+
{
15311+
"class": "craft\\commerce\\elements\\conditions\\products\\ProductVariantSearchConditionRule",
15312+
"name": "EVENT_DEFINE_RULES",
15313+
"type": "craft\\events\\DefineRulesEvent",
15314+
"desc": "The event that is triggered when defining the model rules"
15315+
},
15316+
{
15317+
"class": "craft\\commerce\\elements\\conditions\\products\\ProductVariantSearchConditionRule",
15318+
"name": "EVENT_DEFINE_FIELDS",
15319+
"type": "craft\\events\\DefineFieldsEvent",
15320+
"desc": "The event that is triggered when defining the arrayable fields"
15321+
},
15322+
{
15323+
"class": "craft\\commerce\\elements\\conditions\\products\\ProductVariantSearchConditionRule",
15324+
"name": "EVENT_DEFINE_EXTRA_FIELDS",
15325+
"type": "craft\\events\\DefineFieldsEvent",
15326+
"desc": "The event that is triggered when defining the extra arrayable fields"
15327+
},
15328+
{
15329+
"class": "craft\\commerce\\elements\\conditions\\products\\ProductVariantSearchConditionRule",
15330+
"name": "EVENT_BEFORE_VALIDATE",
15331+
"type": "yii\\base\\ModelEvent",
15332+
"desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation."
15333+
},
15334+
{
15335+
"class": "craft\\commerce\\elements\\conditions\\products\\ProductVariantSearchConditionRule",
15336+
"name": "EVENT_AFTER_VALIDATE",
15337+
"type": "yii\\base\\Event",
15338+
"desc": "an event raised at the end of `validate()`"
15339+
},
1529215340
{
1529315341
"class": "craft\\commerce\\elements\\conditions\\products\\ProductVariantSkuConditionRule",
1529415342
"name": "EVENT_INIT",

0 commit comments

Comments
 (0)