|
3580 | 3580 | "type": "yii\\base\\ActionEvent",
|
3581 | 3581 | "desc": "an event raised right after executing a controller action."
|
3582 | 3582 | },
|
| 3583 | + { |
| 3584 | + "class": "craft\\console\\controllers\\EnvController", |
| 3585 | + "name": "EVENT_DEFINE_ACTIONS", |
| 3586 | + "type": "craft\\events\\DefineConsoleActionsEvent", |
| 3587 | + "desc": "The event that is triggered when defining custom actions for this controller." |
| 3588 | + }, |
| 3589 | + { |
| 3590 | + "class": "craft\\console\\controllers\\EnvController", |
| 3591 | + "name": "EVENT_BEFORE_ACTION", |
| 3592 | + "type": "yii\\base\\ActionEvent", |
| 3593 | + "desc": "an event raised right before executing a controller action. You may set `ActionEvent::isValid` to be false to cancel the action execution." |
| 3594 | + }, |
| 3595 | + { |
| 3596 | + "class": "craft\\console\\controllers\\EnvController", |
| 3597 | + "name": "EVENT_AFTER_ACTION", |
| 3598 | + "type": "yii\\base\\ActionEvent", |
| 3599 | + "desc": "an event raised right after executing a controller action." |
| 3600 | + }, |
3583 | 3601 | {
|
3584 | 3602 | "class": "craft\\console\\controllers\\ExecController",
|
3585 | 3603 | "name": "EVENT_DEFINE_ACTIONS",
|
|
23951 | 23969 | "type": "yii\\base\\Event",
|
23952 | 23970 | "desc": "an event raised at the end of `validate()`"
|
23953 | 23971 | },
|
| 23972 | + { |
| 23973 | + "class": "craft\\elements\\conditions\\HasDescendantsRule", |
| 23974 | + "name": "EVENT_INIT", |
| 23975 | + "type": "yii\\base\\Event", |
| 23976 | + "desc": "The event that is triggered after the model's init cycle" |
| 23977 | + }, |
| 23978 | + { |
| 23979 | + "class": "craft\\elements\\conditions\\HasDescendantsRule", |
| 23980 | + "name": "EVENT_DEFINE_BEHAVIORS", |
| 23981 | + "type": "craft\\events\\DefineBehaviorsEvent", |
| 23982 | + "desc": "The event that is triggered when defining the class behaviors" |
| 23983 | + }, |
| 23984 | + { |
| 23985 | + "class": "craft\\elements\\conditions\\HasDescendantsRule", |
| 23986 | + "name": "EVENT_DEFINE_RULES", |
| 23987 | + "type": "craft\\events\\DefineRulesEvent", |
| 23988 | + "desc": "The event that is triggered when defining the model rules" |
| 23989 | + }, |
| 23990 | + { |
| 23991 | + "class": "craft\\elements\\conditions\\HasDescendantsRule", |
| 23992 | + "name": "EVENT_DEFINE_FIELDS", |
| 23993 | + "type": "craft\\events\\DefineFieldsEvent", |
| 23994 | + "desc": "The event that is triggered when defining the arrayable fields" |
| 23995 | + }, |
| 23996 | + { |
| 23997 | + "class": "craft\\elements\\conditions\\HasDescendantsRule", |
| 23998 | + "name": "EVENT_DEFINE_EXTRA_FIELDS", |
| 23999 | + "type": "craft\\events\\DefineFieldsEvent", |
| 24000 | + "desc": "The event that is triggered when defining the extra arrayable fields" |
| 24001 | + }, |
| 24002 | + { |
| 24003 | + "class": "craft\\elements\\conditions\\HasDescendantsRule", |
| 24004 | + "name": "EVENT_BEFORE_VALIDATE", |
| 24005 | + "type": "yii\\base\\ModelEvent", |
| 24006 | + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." |
| 24007 | + }, |
| 24008 | + { |
| 24009 | + "class": "craft\\elements\\conditions\\HasDescendantsRule", |
| 24010 | + "name": "EVENT_AFTER_VALIDATE", |
| 24011 | + "type": "yii\\base\\Event", |
| 24012 | + "desc": "an event raised at the end of `validate()`" |
| 24013 | + }, |
23954 | 24014 | {
|
23955 | 24015 | "class": "craft\\elements\\conditions\\HasUrlConditionRule",
|
23956 | 24016 | "name": "EVENT_INIT",
|
|
0 commit comments