|
18021 | 18021 | "type": "yii\\base\\Event", |
18022 | 18022 | "desc": "an event raised at the end of `validate()`" |
18023 | 18023 | }, |
| 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 | + }, |
18024 | 18072 | { |
18025 | 18073 | "class": "craft\\commerce\\elements\\conditions\\addresses\\PostalCodeFormulaConditionRule", |
18026 | 18074 | "name": "EVENT_INIT", |
|
18159 | 18207 | "type": "yii\\base\\Event", |
18160 | 18208 | "desc": "an event raised at the end of `validate()`" |
18161 | 18209 | }, |
| 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 | + }, |
18162 | 18252 | { |
18163 | 18253 | "class": "craft\\commerce\\elements\\conditions\\customers\\DiscountCustomerCondition", |
18164 | 18254 | "name": "EVENT_REGISTER_CONDITION_RULES", |
|
20553 | 20643 | "type": "yii\\base\\Event", |
20554 | 20644 | "desc": "an event raised at the end of `validate()`" |
20555 | 20645 | }, |
| 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 | + }, |
20556 | 20688 | { |
20557 | 20689 | "class": "craft\\commerce\\elements\\conditions\\variants\\ProductConditionRule", |
20558 | 20690 | "name": "EVENT_INIT", |
|
20643 | 20775 | "type": "yii\\base\\Event", |
20644 | 20776 | "desc": "an event raised at the end of `validate()`" |
20645 | 20777 | }, |
| 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 | + }, |
20646 | 20820 | { |
20647 | 20821 | "class": "craft\\commerce\\elements\\db\\DonationQuery", |
20648 | 20822 | "name": "EVENT_BEFORE_PREPARE", |
|
28821 | 28995 | "type": "craft\\events\\RegisterComponentTypesEvent", |
28822 | 28996 | "desc": "The event that is triggered for the registration of additional gateways." |
28823 | 28997 | }, |
| 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 | + }, |
28824 | 29010 | { |
28825 | 29011 | "class": "craft\\commerce\\services\\LineItemStatuses", |
28826 | 29012 | "name": "EVENT_DEFAULT_LINE_ITEM_STATUS", |
|
0 commit comments