Skip to content

Commit 00a367b

Browse files
committed
cms@7a95af9
Finish 4.16.6
1 parent 2f14714 commit 00a367b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/.artifacts/cms/4.x/events.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4960,6 +4960,24 @@
49604960
"type": "yii\\base\\ActionEvent",
49614961
"desc": "an event raised right after executing a controller action."
49624962
},
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+
},
49634981
{
49644982
"class": "craft\\controllers\\UserSettingsController",
49654983
"name": "EVENT_DEFINE_BEHAVIORS",

0 commit comments

Comments
 (0)