File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 4960
4960
"type": "yii\\base\\ActionEvent",
4961
4961
"desc": "an event raised right after executing a controller action."
4962
4962
},
4963
+ {
4964
+ "class": "craft\\controllers\\UpgradeController",
4965
+ "name": "EVENT_DEFINE_BEHAVIORS",
4966
+ "type": "craft\\events\\DefineBehaviorsEvent",
4967
+ "desc": "The event that is triggered when defining the class behaviors"
4968
+ },
4969
+ {
4970
+ "class": "craft\\controllers\\UpgradeController",
4971
+ "name": "EVENT_BEFORE_ACTION",
4972
+ "type": "yii\\base\\ActionEvent",
4973
+ "desc": "an event raised right before executing a controller action. You may set `ActionEvent::isValid` to be false to cancel the action execution."
4974
+ },
4975
+ {
4976
+ "class": "craft\\controllers\\UpgradeController",
4977
+ "name": "EVENT_AFTER_ACTION",
4978
+ "type": "yii\\base\\ActionEvent",
4979
+ "desc": "an event raised right after executing a controller action."
4980
+ },
4963
4981
{
4964
4982
"class": "craft\\controllers\\UserSettingsController",
4965
4983
"name": "EVENT_DEFINE_BEHAVIORS",
You can’t perform that action at this time.
0 commit comments