Skip to content

Commit 5cc8048

Browse files
committed
commerce@f231d4a
Finish 5.5.0
1 parent 79bbff8 commit 5cc8048

File tree

1 file changed

+186
-0
lines changed

1 file changed

+186
-0
lines changed

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

Lines changed: 186 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18021,6 +18021,54 @@
1802118021
"type": "yii\\base\\Event",
1802218022
"desc": "an event raised at the end of `validate()`"
1802318023
},
18024+
{
18025+
"class": "craft\\commerce\\elements\\conditions\\addresses\\GatewayAddressCondition",
18026+
"name": "EVENT_REGISTER_CONDITION_RULES",
18027+
"type": "craft\\events\\RegisterConditionRulesEvent",
18028+
"desc": "The event that is triggered when defining the selectable condition rules."
18029+
},
18030+
{
18031+
"class": "craft\\commerce\\elements\\conditions\\addresses\\GatewayAddressCondition",
18032+
"name": "EVENT_INIT",
18033+
"type": "yii\\base\\Event",
18034+
"desc": "The event that is triggered after the model's init cycle"
18035+
},
18036+
{
18037+
"class": "craft\\commerce\\elements\\conditions\\addresses\\GatewayAddressCondition",
18038+
"name": "EVENT_DEFINE_BEHAVIORS",
18039+
"type": "craft\\events\\DefineBehaviorsEvent",
18040+
"desc": "The event that is triggered when defining the class behaviors"
18041+
},
18042+
{
18043+
"class": "craft\\commerce\\elements\\conditions\\addresses\\GatewayAddressCondition",
18044+
"name": "EVENT_DEFINE_RULES",
18045+
"type": "craft\\events\\DefineRulesEvent",
18046+
"desc": "The event that is triggered when defining the model rules"
18047+
},
18048+
{
18049+
"class": "craft\\commerce\\elements\\conditions\\addresses\\GatewayAddressCondition",
18050+
"name": "EVENT_DEFINE_FIELDS",
18051+
"type": "craft\\events\\DefineFieldsEvent",
18052+
"desc": "The event that is triggered when defining the arrayable fields"
18053+
},
18054+
{
18055+
"class": "craft\\commerce\\elements\\conditions\\addresses\\GatewayAddressCondition",
18056+
"name": "EVENT_DEFINE_EXTRA_FIELDS",
18057+
"type": "craft\\events\\DefineFieldsEvent",
18058+
"desc": "The event that is triggered when defining the extra arrayable fields"
18059+
},
18060+
{
18061+
"class": "craft\\commerce\\elements\\conditions\\addresses\\GatewayAddressCondition",
18062+
"name": "EVENT_BEFORE_VALIDATE",
18063+
"type": "yii\\base\\ModelEvent",
18064+
"desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation."
18065+
},
18066+
{
18067+
"class": "craft\\commerce\\elements\\conditions\\addresses\\GatewayAddressCondition",
18068+
"name": "EVENT_AFTER_VALIDATE",
18069+
"type": "yii\\base\\Event",
18070+
"desc": "an event raised at the end of `validate()`"
18071+
},
1802418072
{
1802518073
"class": "craft\\commerce\\elements\\conditions\\addresses\\PostalCodeFormulaConditionRule",
1802618074
"name": "EVENT_INIT",
@@ -18159,6 +18207,48 @@
1815918207
"type": "yii\\base\\Event",
1816018208
"desc": "an event raised at the end of `validate()`"
1816118209
},
18210+
{
18211+
"class": "craft\\commerce\\elements\\conditions\\customers\\CatalogPricingRuleCustomerConditionRule",
18212+
"name": "EVENT_INIT",
18213+
"type": "yii\\base\\Event",
18214+
"desc": "The event that is triggered after the model's init cycle"
18215+
},
18216+
{
18217+
"class": "craft\\commerce\\elements\\conditions\\customers\\CatalogPricingRuleCustomerConditionRule",
18218+
"name": "EVENT_DEFINE_BEHAVIORS",
18219+
"type": "craft\\events\\DefineBehaviorsEvent",
18220+
"desc": "The event that is triggered when defining the class behaviors"
18221+
},
18222+
{
18223+
"class": "craft\\commerce\\elements\\conditions\\customers\\CatalogPricingRuleCustomerConditionRule",
18224+
"name": "EVENT_DEFINE_RULES",
18225+
"type": "craft\\events\\DefineRulesEvent",
18226+
"desc": "The event that is triggered when defining the model rules"
18227+
},
18228+
{
18229+
"class": "craft\\commerce\\elements\\conditions\\customers\\CatalogPricingRuleCustomerConditionRule",
18230+
"name": "EVENT_DEFINE_FIELDS",
18231+
"type": "craft\\events\\DefineFieldsEvent",
18232+
"desc": "The event that is triggered when defining the arrayable fields"
18233+
},
18234+
{
18235+
"class": "craft\\commerce\\elements\\conditions\\customers\\CatalogPricingRuleCustomerConditionRule",
18236+
"name": "EVENT_DEFINE_EXTRA_FIELDS",
18237+
"type": "craft\\events\\DefineFieldsEvent",
18238+
"desc": "The event that is triggered when defining the extra arrayable fields"
18239+
},
18240+
{
18241+
"class": "craft\\commerce\\elements\\conditions\\customers\\CatalogPricingRuleCustomerConditionRule",
18242+
"name": "EVENT_BEFORE_VALIDATE",
18243+
"type": "yii\\base\\ModelEvent",
18244+
"desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation."
18245+
},
18246+
{
18247+
"class": "craft\\commerce\\elements\\conditions\\customers\\CatalogPricingRuleCustomerConditionRule",
18248+
"name": "EVENT_AFTER_VALIDATE",
18249+
"type": "yii\\base\\Event",
18250+
"desc": "an event raised at the end of `validate()`"
18251+
},
1816218252
{
1816318253
"class": "craft\\commerce\\elements\\conditions\\customers\\DiscountCustomerCondition",
1816418254
"name": "EVENT_REGISTER_CONDITION_RULES",
@@ -20553,6 +20643,48 @@
2055320643
"type": "yii\\base\\Event",
2055420644
"desc": "an event raised at the end of `validate()`"
2055520645
},
20646+
{
20647+
"class": "craft\\commerce\\elements\\conditions\\variants\\CatalogPricingRuleVariantConditionRule",
20648+
"name": "EVENT_INIT",
20649+
"type": "yii\\base\\Event",
20650+
"desc": "The event that is triggered after the model's init cycle"
20651+
},
20652+
{
20653+
"class": "craft\\commerce\\elements\\conditions\\variants\\CatalogPricingRuleVariantConditionRule",
20654+
"name": "EVENT_DEFINE_BEHAVIORS",
20655+
"type": "craft\\events\\DefineBehaviorsEvent",
20656+
"desc": "The event that is triggered when defining the class behaviors"
20657+
},
20658+
{
20659+
"class": "craft\\commerce\\elements\\conditions\\variants\\CatalogPricingRuleVariantConditionRule",
20660+
"name": "EVENT_DEFINE_RULES",
20661+
"type": "craft\\events\\DefineRulesEvent",
20662+
"desc": "The event that is triggered when defining the model rules"
20663+
},
20664+
{
20665+
"class": "craft\\commerce\\elements\\conditions\\variants\\CatalogPricingRuleVariantConditionRule",
20666+
"name": "EVENT_DEFINE_FIELDS",
20667+
"type": "craft\\events\\DefineFieldsEvent",
20668+
"desc": "The event that is triggered when defining the arrayable fields"
20669+
},
20670+
{
20671+
"class": "craft\\commerce\\elements\\conditions\\variants\\CatalogPricingRuleVariantConditionRule",
20672+
"name": "EVENT_DEFINE_EXTRA_FIELDS",
20673+
"type": "craft\\events\\DefineFieldsEvent",
20674+
"desc": "The event that is triggered when defining the extra arrayable fields"
20675+
},
20676+
{
20677+
"class": "craft\\commerce\\elements\\conditions\\variants\\CatalogPricingRuleVariantConditionRule",
20678+
"name": "EVENT_BEFORE_VALIDATE",
20679+
"type": "yii\\base\\ModelEvent",
20680+
"desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation."
20681+
},
20682+
{
20683+
"class": "craft\\commerce\\elements\\conditions\\variants\\CatalogPricingRuleVariantConditionRule",
20684+
"name": "EVENT_AFTER_VALIDATE",
20685+
"type": "yii\\base\\Event",
20686+
"desc": "an event raised at the end of `validate()`"
20687+
},
2055620688
{
2055720689
"class": "craft\\commerce\\elements\\conditions\\variants\\ProductConditionRule",
2055820690
"name": "EVENT_INIT",
@@ -20643,6 +20775,48 @@
2064320775
"type": "yii\\base\\Event",
2064420776
"desc": "an event raised at the end of `validate()`"
2064520777
},
20778+
{
20779+
"class": "craft\\commerce\\elements\\conditions\\variants\\VariantConditionRule",
20780+
"name": "EVENT_INIT",
20781+
"type": "yii\\base\\Event",
20782+
"desc": "The event that is triggered after the model's init cycle"
20783+
},
20784+
{
20785+
"class": "craft\\commerce\\elements\\conditions\\variants\\VariantConditionRule",
20786+
"name": "EVENT_DEFINE_BEHAVIORS",
20787+
"type": "craft\\events\\DefineBehaviorsEvent",
20788+
"desc": "The event that is triggered when defining the class behaviors"
20789+
},
20790+
{
20791+
"class": "craft\\commerce\\elements\\conditions\\variants\\VariantConditionRule",
20792+
"name": "EVENT_DEFINE_RULES",
20793+
"type": "craft\\events\\DefineRulesEvent",
20794+
"desc": "The event that is triggered when defining the model rules"
20795+
},
20796+
{
20797+
"class": "craft\\commerce\\elements\\conditions\\variants\\VariantConditionRule",
20798+
"name": "EVENT_DEFINE_FIELDS",
20799+
"type": "craft\\events\\DefineFieldsEvent",
20800+
"desc": "The event that is triggered when defining the arrayable fields"
20801+
},
20802+
{
20803+
"class": "craft\\commerce\\elements\\conditions\\variants\\VariantConditionRule",
20804+
"name": "EVENT_DEFINE_EXTRA_FIELDS",
20805+
"type": "craft\\events\\DefineFieldsEvent",
20806+
"desc": "The event that is triggered when defining the extra arrayable fields"
20807+
},
20808+
{
20809+
"class": "craft\\commerce\\elements\\conditions\\variants\\VariantConditionRule",
20810+
"name": "EVENT_BEFORE_VALIDATE",
20811+
"type": "yii\\base\\ModelEvent",
20812+
"desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation."
20813+
},
20814+
{
20815+
"class": "craft\\commerce\\elements\\conditions\\variants\\VariantConditionRule",
20816+
"name": "EVENT_AFTER_VALIDATE",
20817+
"type": "yii\\base\\Event",
20818+
"desc": "an event raised at the end of `validate()`"
20819+
},
2064620820
{
2064720821
"class": "craft\\commerce\\elements\\db\\DonationQuery",
2064820822
"name": "EVENT_BEFORE_PREPARE",
@@ -28821,6 +28995,18 @@
2882128995
"type": "craft\\events\\RegisterComponentTypesEvent",
2882228996
"desc": "The event that is triggered for the registration of additional gateways."
2882328997
},
28998+
{
28999+
"class": "craft\\commerce\\services\\Inventory",
29000+
"name": "EVENT_AFTER_EXECUTE_UPDATE_INVENTORY_LEVEL",
29001+
"type": "craft\\commerce\\events\\UpdateInventoryLevelEvent",
29002+
"desc": "The event that is triggered after an inventory level update is executed."
29003+
},
29004+
{
29005+
"class": "craft\\commerce\\services\\Inventory",
29006+
"name": "EVENT_AFTER_EXECUTE_INVENTORY_MOVEMENT",
29007+
"type": "craft\\commerce\\events\\InventoryMovementEvent",
29008+
"desc": "The event that is triggered after an inventory movement is executed."
29009+
},
2882429010
{
2882529011
"class": "craft\\commerce\\services\\LineItemStatuses",
2882629012
"name": "EVENT_DEFAULT_LINE_ITEM_STATUS",

0 commit comments

Comments
 (0)