Skip to content

Commit 540e3e3

Browse files
committed
cms@b56c3d8
Finish 4.12.0
1 parent 12392b9 commit 540e3e3

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

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

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24221,6 +24221,48 @@
2422124221
"type": "yii\\base\\Event",
2422224222
"desc": "an event raised at the end of `validate()`"
2422324223
},
24224+
{
24225+
"class": "craft\\elements\\conditions\\SiteGroupConditionRule",
24226+
"name": "EVENT_INIT",
24227+
"type": "yii\\base\\Event",
24228+
"desc": "The event that is triggered after the model's init cycle"
24229+
},
24230+
{
24231+
"class": "craft\\elements\\conditions\\SiteGroupConditionRule",
24232+
"name": "EVENT_DEFINE_BEHAVIORS",
24233+
"type": "craft\\events\\DefineBehaviorsEvent",
24234+
"desc": "The event that is triggered when defining the class behaviors"
24235+
},
24236+
{
24237+
"class": "craft\\elements\\conditions\\SiteGroupConditionRule",
24238+
"name": "EVENT_DEFINE_RULES",
24239+
"type": "craft\\events\\DefineRulesEvent",
24240+
"desc": "The event that is triggered when defining the model rules"
24241+
},
24242+
{
24243+
"class": "craft\\elements\\conditions\\SiteGroupConditionRule",
24244+
"name": "EVENT_DEFINE_FIELDS",
24245+
"type": "craft\\events\\DefineFieldsEvent",
24246+
"desc": "The event that is triggered when defining the arrayable fields"
24247+
},
24248+
{
24249+
"class": "craft\\elements\\conditions\\SiteGroupConditionRule",
24250+
"name": "EVENT_DEFINE_EXTRA_FIELDS",
24251+
"type": "craft\\events\\DefineFieldsEvent",
24252+
"desc": "The event that is triggered when defining the extra arrayable fields"
24253+
},
24254+
{
24255+
"class": "craft\\elements\\conditions\\SiteGroupConditionRule",
24256+
"name": "EVENT_BEFORE_VALIDATE",
24257+
"type": "yii\\base\\ModelEvent",
24258+
"desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation."
24259+
},
24260+
{
24261+
"class": "craft\\elements\\conditions\\SiteGroupConditionRule",
24262+
"name": "EVENT_AFTER_VALIDATE",
24263+
"type": "yii\\base\\Event",
24264+
"desc": "an event raised at the end of `validate()`"
24265+
},
2422424266
{
2422524267
"class": "craft\\elements\\conditions\\SlugConditionRule",
2422624268
"name": "EVENT_INIT",

0 commit comments

Comments
 (0)