Skip to content

Commit

Permalink
commerce@8806eea
Browse files Browse the repository at this point in the history
Release notes
  • Loading branch information
shinybrad committed Jan 31, 2025
1 parent 61d043c commit 36328a0
Showing 1 changed file with 144 additions and 0 deletions.
144 changes: 144 additions & 0 deletions docs/.artifacts/commerce/5.x/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -18032,6 +18032,48 @@
"type": "yii\\base\\Event",
"desc": "an event raised at the end of `validate()`"
},
{
"class": "craft\\commerce\\elements\\conditions\\orders\\CouponCodeConditionRule",
"name": "EVENT_INIT",
"type": "yii\\base\\Event",
"desc": "The event that is triggered after the model's init cycle"
},
{
"class": "craft\\commerce\\elements\\conditions\\orders\\CouponCodeConditionRule",
"name": "EVENT_DEFINE_BEHAVIORS",
"type": "craft\\events\\DefineBehaviorsEvent",
"desc": "The event that is triggered when defining the class behaviors"
},
{
"class": "craft\\commerce\\elements\\conditions\\orders\\CouponCodeConditionRule",
"name": "EVENT_DEFINE_RULES",
"type": "craft\\events\\DefineRulesEvent",
"desc": "The event that is triggered when defining the model rules"
},
{
"class": "craft\\commerce\\elements\\conditions\\orders\\CouponCodeConditionRule",
"name": "EVENT_DEFINE_FIELDS",
"type": "craft\\events\\DefineFieldsEvent",
"desc": "The event that is triggered when defining the arrayable fields"
},
{
"class": "craft\\commerce\\elements\\conditions\\orders\\CouponCodeConditionRule",
"name": "EVENT_DEFINE_EXTRA_FIELDS",
"type": "craft\\events\\DefineFieldsEvent",
"desc": "The event that is triggered when defining the extra arrayable fields"
},
{
"class": "craft\\commerce\\elements\\conditions\\orders\\CouponCodeConditionRule",
"name": "EVENT_BEFORE_VALIDATE",
"type": "yii\\base\\ModelEvent",
"desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation."
},
{
"class": "craft\\commerce\\elements\\conditions\\orders\\CouponCodeConditionRule",
"name": "EVENT_AFTER_VALIDATE",
"type": "yii\\base\\Event",
"desc": "an event raised at the end of `validate()`"
},
{
"class": "craft\\commerce\\elements\\conditions\\orders\\CustomerConditionRule",
"name": "EVENT_INIT",
Expand Down Expand Up @@ -18632,6 +18674,48 @@
"type": "yii\\base\\Event",
"desc": "an event raised at the end of `validate()`"
},
{
"class": "craft\\commerce\\elements\\conditions\\orders\\PaymentGatewayConditionRule",
"name": "EVENT_INIT",
"type": "yii\\base\\Event",
"desc": "The event that is triggered after the model's init cycle"
},
{
"class": "craft\\commerce\\elements\\conditions\\orders\\PaymentGatewayConditionRule",
"name": "EVENT_DEFINE_BEHAVIORS",
"type": "craft\\events\\DefineBehaviorsEvent",
"desc": "The event that is triggered when defining the class behaviors"
},
{
"class": "craft\\commerce\\elements\\conditions\\orders\\PaymentGatewayConditionRule",
"name": "EVENT_DEFINE_RULES",
"type": "craft\\events\\DefineRulesEvent",
"desc": "The event that is triggered when defining the model rules"
},
{
"class": "craft\\commerce\\elements\\conditions\\orders\\PaymentGatewayConditionRule",
"name": "EVENT_DEFINE_FIELDS",
"type": "craft\\events\\DefineFieldsEvent",
"desc": "The event that is triggered when defining the arrayable fields"
},
{
"class": "craft\\commerce\\elements\\conditions\\orders\\PaymentGatewayConditionRule",
"name": "EVENT_DEFINE_EXTRA_FIELDS",
"type": "craft\\events\\DefineFieldsEvent",
"desc": "The event that is triggered when defining the extra arrayable fields"
},
{
"class": "craft\\commerce\\elements\\conditions\\orders\\PaymentGatewayConditionRule",
"name": "EVENT_BEFORE_VALIDATE",
"type": "yii\\base\\ModelEvent",
"desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation."
},
{
"class": "craft\\commerce\\elements\\conditions\\orders\\PaymentGatewayConditionRule",
"name": "EVENT_AFTER_VALIDATE",
"type": "yii\\base\\Event",
"desc": "an event raised at the end of `validate()`"
},
{
"class": "craft\\commerce\\elements\\conditions\\orders\\ReferenceConditionRule",
"name": "EVENT_INIT",
Expand Down Expand Up @@ -20024,6 +20108,48 @@
"type": "yii\\base\\Event",
"desc": "an event raised at the end of `validate()`"
},
{
"class": "craft\\commerce\\elements\\conditions\\variants\\ProductConditionRule",
"name": "EVENT_INIT",
"type": "yii\\base\\Event",
"desc": "The event that is triggered after the model's init cycle"
},
{
"class": "craft\\commerce\\elements\\conditions\\variants\\ProductConditionRule",
"name": "EVENT_DEFINE_BEHAVIORS",
"type": "craft\\events\\DefineBehaviorsEvent",
"desc": "The event that is triggered when defining the class behaviors"
},
{
"class": "craft\\commerce\\elements\\conditions\\variants\\ProductConditionRule",
"name": "EVENT_DEFINE_RULES",
"type": "craft\\events\\DefineRulesEvent",
"desc": "The event that is triggered when defining the model rules"
},
{
"class": "craft\\commerce\\elements\\conditions\\variants\\ProductConditionRule",
"name": "EVENT_DEFINE_FIELDS",
"type": "craft\\events\\DefineFieldsEvent",
"desc": "The event that is triggered when defining the arrayable fields"
},
{
"class": "craft\\commerce\\elements\\conditions\\variants\\ProductConditionRule",
"name": "EVENT_DEFINE_EXTRA_FIELDS",
"type": "craft\\events\\DefineFieldsEvent",
"desc": "The event that is triggered when defining the extra arrayable fields"
},
{
"class": "craft\\commerce\\elements\\conditions\\variants\\ProductConditionRule",
"name": "EVENT_BEFORE_VALIDATE",
"type": "yii\\base\\ModelEvent",
"desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation."
},
{
"class": "craft\\commerce\\elements\\conditions\\variants\\ProductConditionRule",
"name": "EVENT_AFTER_VALIDATE",
"type": "yii\\base\\Event",
"desc": "an event raised at the end of `validate()`"
},
{
"class": "craft\\commerce\\elements\\conditions\\variants\\VariantCondition",
"name": "EVENT_REGISTER_CONDITION_RULES",
Expand Down Expand Up @@ -28082,6 +28208,12 @@
"type": "yii\\base\\Event",
"desc": "an event raised at the end of `validate()`"
},
{
"class": "craft\\commerce\\services\\Carts",
"name": "EVENT_BEFORE_PURGE_INACTIVE_CARTS",
"type": "craft\\commerce\\events\\CartPurgeEvent",
"desc": "The event that is triggered before the carts are purged."
},
{
"class": "craft\\commerce\\services\\Customers",
"name": "EVENT_UPDATE_PRIMARY_PAYMENT_SOURCE",
Expand Down Expand Up @@ -28472,6 +28604,12 @@
"type": "craft\\commerce\\events\\ProductTypeEvent",
"desc": "The event that is triggered after a product type has been saved."
},
{
"class": "craft\\commerce\\services\\Purchasables",
"name": "EVENT_PURCHASABLE_OUT_OF_STOCK_PURCHASES_ALLOWED",
"type": "craft\\commerce\\services\\PurchasableAllowOutOfStockPurchasesEvent",
"desc": "The event that is triggered when checking if the purchasable can be purchased when out of stock."
},
{
"class": "craft\\commerce\\services\\Purchasables",
"name": "EVENT_PURCHASABLE_AVAILABLE",
Expand Down Expand Up @@ -28616,6 +28754,12 @@
"type": "craft\\commerce\\events\\SubscriptionPaymentEvent",
"desc": "The event that is triggered when a subscription payment is received."
},
{
"class": "craft\\commerce\\services\\Taxes",
"name": "EVENT_REGISTER_TAX_ID_VALIDATORS",
"type": "craft\\commerce\\events\\TaxIdValidatorsEvent",
"desc": "The event that is raised when tax ID validators are registered."
},
{
"class": "craft\\commerce\\services\\Taxes",
"name": "EVENT_REGISTER_TAX_ENGINE",
Expand Down

0 comments on commit 36328a0

Please sign in to comment.