|
2512 | 2512 | "type": "yii\\base\\ActionEvent",
|
2513 | 2513 | "desc": "an event raised right after executing a controller action."
|
2514 | 2514 | },
|
| 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 | + }, |
2515 | 2521 | {
|
2516 | 2522 | "class": "craft\\commerce\\console\\controllers\\UpgradeController",
|
2517 | 2523 | "name": "EVENT_DEFINE_ACTIONS",
|
|
15289 | 15295 | "type": "yii\\base\\Event",
|
15290 | 15296 | "desc": "an event raised at the end of `validate()`"
|
15291 | 15297 | },
|
| 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 | + }, |
15292 | 15340 | {
|
15293 | 15341 | "class": "craft\\commerce\\elements\\conditions\\products\\ProductVariantSkuConditionRule",
|
15294 | 15342 | "name": "EVENT_INIT",
|
|
0 commit comments