Skip to content

Commit d1e0a96

Browse files
committed
Generated Artifacts (cms@a70e6f0)
Finish 5.8.9
1 parent 00a367b commit d1e0a96

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5764,6 +5764,24 @@
57645764
"type": "yii\\base\\ActionEvent",
57655765
"desc": "an event raised right after executing a controller action."
57665766
},
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+
},
57675785
{
57685786
"class": "craft\\controllers\\UserSettingsController",
57695787
"name": "EVENT_DEFINE_BEHAVIORS",

0 commit comments

Comments
 (0)