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 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