|
24221 | 24221 | "type": "yii\\base\\Event",
|
24222 | 24222 | "desc": "an event raised at the end of `validate()`"
|
24223 | 24223 | },
|
| 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 | + }, |
24224 | 24266 | {
|
24225 | 24267 | "class": "craft\\elements\\conditions\\SlugConditionRule",
|
24226 | 24268 | "name": "EVENT_INIT",
|
|
0 commit comments