Skip to content

Commit 1cf346c

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 5a53f1e + bc7b9c1 commit 1cf346c

File tree

2 files changed

+205
-101
lines changed

2 files changed

+205
-101
lines changed

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

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23667,6 +23667,48 @@
2366723667
"type": "yii\\base\\Event",
2366823668
"desc": "an event raised at the end of `validate()`"
2366923669
},
23670+
{
23671+
"class": "craft\\elements\\conditions\\NotRelatedToConditionRule",
23672+
"name": "EVENT_INIT",
23673+
"type": "yii\\base\\Event",
23674+
"desc": "The event that is triggered after the model's init cycle"
23675+
},
23676+
{
23677+
"class": "craft\\elements\\conditions\\NotRelatedToConditionRule",
23678+
"name": "EVENT_DEFINE_BEHAVIORS",
23679+
"type": "craft\\events\\DefineBehaviorsEvent",
23680+
"desc": "The event that is triggered when defining the class behaviors"
23681+
},
23682+
{
23683+
"class": "craft\\elements\\conditions\\NotRelatedToConditionRule",
23684+
"name": "EVENT_DEFINE_RULES",
23685+
"type": "craft\\events\\DefineRulesEvent",
23686+
"desc": "The event that is triggered when defining the model rules"
23687+
},
23688+
{
23689+
"class": "craft\\elements\\conditions\\NotRelatedToConditionRule",
23690+
"name": "EVENT_DEFINE_FIELDS",
23691+
"type": "craft\\events\\DefineFieldsEvent",
23692+
"desc": "The event that is triggered when defining the arrayable fields"
23693+
},
23694+
{
23695+
"class": "craft\\elements\\conditions\\NotRelatedToConditionRule",
23696+
"name": "EVENT_DEFINE_EXTRA_FIELDS",
23697+
"type": "craft\\events\\DefineFieldsEvent",
23698+
"desc": "The event that is triggered when defining the extra arrayable fields"
23699+
},
23700+
{
23701+
"class": "craft\\elements\\conditions\\NotRelatedToConditionRule",
23702+
"name": "EVENT_BEFORE_VALIDATE",
23703+
"type": "yii\\base\\ModelEvent",
23704+
"desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation."
23705+
},
23706+
{
23707+
"class": "craft\\elements\\conditions\\NotRelatedToConditionRule",
23708+
"name": "EVENT_AFTER_VALIDATE",
23709+
"type": "yii\\base\\Event",
23710+
"desc": "an event raised at the end of `validate()`"
23711+
},
2367023712
{
2367123713
"class": "craft\\elements\\conditions\\RelatedToConditionRule",
2367223714
"name": "EVENT_INIT",
@@ -23751,6 +23793,48 @@
2375123793
"type": "yii\\base\\Event",
2375223794
"desc": "an event raised at the end of `validate()`"
2375323795
},
23796+
{
23797+
"class": "craft\\elements\\conditions\\SiteGroupConditionRule",
23798+
"name": "EVENT_INIT",
23799+
"type": "yii\\base\\Event",
23800+
"desc": "The event that is triggered after the model's init cycle"
23801+
},
23802+
{
23803+
"class": "craft\\elements\\conditions\\SiteGroupConditionRule",
23804+
"name": "EVENT_DEFINE_BEHAVIORS",
23805+
"type": "craft\\events\\DefineBehaviorsEvent",
23806+
"desc": "The event that is triggered when defining the class behaviors"
23807+
},
23808+
{
23809+
"class": "craft\\elements\\conditions\\SiteGroupConditionRule",
23810+
"name": "EVENT_DEFINE_RULES",
23811+
"type": "craft\\events\\DefineRulesEvent",
23812+
"desc": "The event that is triggered when defining the model rules"
23813+
},
23814+
{
23815+
"class": "craft\\elements\\conditions\\SiteGroupConditionRule",
23816+
"name": "EVENT_DEFINE_FIELDS",
23817+
"type": "craft\\events\\DefineFieldsEvent",
23818+
"desc": "The event that is triggered when defining the arrayable fields"
23819+
},
23820+
{
23821+
"class": "craft\\elements\\conditions\\SiteGroupConditionRule",
23822+
"name": "EVENT_DEFINE_EXTRA_FIELDS",
23823+
"type": "craft\\events\\DefineFieldsEvent",
23824+
"desc": "The event that is triggered when defining the extra arrayable fields"
23825+
},
23826+
{
23827+
"class": "craft\\elements\\conditions\\SiteGroupConditionRule",
23828+
"name": "EVENT_BEFORE_VALIDATE",
23829+
"type": "yii\\base\\ModelEvent",
23830+
"desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation."
23831+
},
23832+
{
23833+
"class": "craft\\elements\\conditions\\SiteGroupConditionRule",
23834+
"name": "EVENT_AFTER_VALIDATE",
23835+
"type": "yii\\base\\Event",
23836+
"desc": "an event raised at the end of `validate()`"
23837+
},
2375423838
{
2375523839
"class": "craft\\elements\\conditions\\SlugConditionRule",
2375623840
"name": "EVENT_INIT",

0 commit comments

Comments
 (0)