File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-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",
Original file line number Diff line number Diff line change 5764
5764
"type": "yii\\base\\ActionEvent",
5765
5765
"desc": "an event raised right after executing a controller action."
5766
5766
},
5767
+ {
5768
+ "class": "craft\\controllers\\UpgradeController",
5769
+ "name": "EVENT_DEFINE_BEHAVIORS",
5770
+ "type": "craft\\events\\DefineBehaviorsEvent",
5771
+ "desc": "The event that is triggered when defining the class behaviors"
5772
+ },
5773
+ {
5774
+ "class": "craft\\controllers\\UpgradeController",
5775
+ "name": "EVENT_BEFORE_ACTION",
5776
+ "type": "yii\\base\\ActionEvent",
5777
+ "desc": "an event raised right before executing a controller action. You may set `ActionEvent::isValid` to be false to cancel the action execution."
5778
+ },
5779
+ {
5780
+ "class": "craft\\controllers\\UpgradeController",
5781
+ "name": "EVENT_AFTER_ACTION",
5782
+ "type": "yii\\base\\ActionEvent",
5783
+ "desc": "an event raised right after executing a controller action."
5784
+ },
5767
5785
{
5768
5786
"class": "craft\\controllers\\UserSettingsController",
5769
5787
"name": "EVENT_DEFINE_BEHAVIORS",
You can’t perform that action at this time.
0 commit comments