diff --git a/docs/.artifacts/cms/5.x/console-commands.md b/docs/.artifacts/cms/5.x/console-commands.md index 880424c27..391a07aaa 100644 --- a/docs/.artifacts/cms/5.x/console-commands.md +++ b/docs/.artifacts/cms/5.x/console-commands.md @@ -416,6 +416,86 @@ tagGroup +## `entry-types` + + +

+ # + entry-types/merge +

+ + +Merges two entry types. + +

Parameters

+ +handleA +: + +handleB +: + + + +## `env` + +Sets or removes environment variables in the `.env` file. + +

+ # + env/remove +

+ + +Removes an environment variable from the `.env` file. + + php craft env/remove CRAFT_DEV_MODE + +

Parameters

+ +name +: + + + +

+ # + env/set +

+ + +Sets an environment variable in the `.env` file. + + php craft env/set CRAFT_DEV_MODE true + +

Parameters

+ +name +: + +value +: + + + +

+ # + env/show +

+ + +Displays the value of an environment variable, or sets its value if $name contains `=`. + + php craft env CRAFT_DEV_MODE + php craft env CRAFT_DEV_MODE=true + +

Parameters

+ +name +: + + + ## `exec` @@ -434,6 +514,36 @@ command +## `fields` + +Manages custom fields. + +

+ # + fields/auto-merge +

+ + +Finds fields with identical settings and merges them together. + +

+ # + fields/merge +

+ + +Merges two custom fields together. + +

Parameters

+ +handleA +: + +handleB +: + + + ## `fixture` Allows you to manage test fixtures. diff --git a/docs/.artifacts/cms/5.x/events.json b/docs/.artifacts/cms/5.x/events.json index d3063e0a8..3cd457d22 100644 --- a/docs/.artifacts/cms/5.x/events.json +++ b/docs/.artifacts/cms/5.x/events.json @@ -293,6 +293,258 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\auth\\sso\\BaseExternalProvider", + "name": "EVENT_INIT", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the model's init cycle" + }, + { + "class": "craft\\auth\\sso\\BaseExternalProvider", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\auth\\sso\\BaseExternalProvider", + "name": "EVENT_DEFINE_RULES", + "type": "craft\\events\\DefineRulesEvent", + "desc": "The event that is triggered when defining the model rules" + }, + { + "class": "craft\\auth\\sso\\BaseExternalProvider", + "name": "EVENT_DEFINE_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the arrayable fields" + }, + { + "class": "craft\\auth\\sso\\BaseExternalProvider", + "name": "EVENT_DEFINE_EXTRA_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the extra arrayable fields" + }, + { + "class": "craft\\auth\\sso\\BaseExternalProvider", + "name": "EVENT_BEFORE_VALIDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." + }, + { + "class": "craft\\auth\\sso\\BaseExternalProvider", + "name": "EVENT_AFTER_VALIDATE", + "type": "yii\\base\\Event", + "desc": "an event raised at the end of `validate()`" + }, + { + "class": "craft\\auth\\sso\\BaseProvider", + "name": "EVENT_INIT", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the model's init cycle" + }, + { + "class": "craft\\auth\\sso\\BaseProvider", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\auth\\sso\\BaseProvider", + "name": "EVENT_DEFINE_RULES", + "type": "craft\\events\\DefineRulesEvent", + "desc": "The event that is triggered when defining the model rules" + }, + { + "class": "craft\\auth\\sso\\BaseProvider", + "name": "EVENT_DEFINE_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the arrayable fields" + }, + { + "class": "craft\\auth\\sso\\BaseProvider", + "name": "EVENT_DEFINE_EXTRA_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the extra arrayable fields" + }, + { + "class": "craft\\auth\\sso\\BaseProvider", + "name": "EVENT_BEFORE_VALIDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." + }, + { + "class": "craft\\auth\\sso\\BaseProvider", + "name": "EVENT_AFTER_VALIDATE", + "type": "yii\\base\\Event", + "desc": "an event raised at the end of `validate()`" + }, + { + "class": "craft\\auth\\sso\\CraftProvider", + "name": "EVENT_INIT", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the model's init cycle" + }, + { + "class": "craft\\auth\\sso\\CraftProvider", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\auth\\sso\\CraftProvider", + "name": "EVENT_DEFINE_RULES", + "type": "craft\\events\\DefineRulesEvent", + "desc": "The event that is triggered when defining the model rules" + }, + { + "class": "craft\\auth\\sso\\CraftProvider", + "name": "EVENT_DEFINE_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the arrayable fields" + }, + { + "class": "craft\\auth\\sso\\CraftProvider", + "name": "EVENT_DEFINE_EXTRA_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the extra arrayable fields" + }, + { + "class": "craft\\auth\\sso\\CraftProvider", + "name": "EVENT_BEFORE_VALIDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." + }, + { + "class": "craft\\auth\\sso\\CraftProvider", + "name": "EVENT_AFTER_VALIDATE", + "type": "yii\\base\\Event", + "desc": "an event raised at the end of `validate()`" + }, + { + "class": "craft\\auth\\sso\\mapper\\ExplicitUserMapper", + "name": "EVENT_INIT", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the model's init cycle" + }, + { + "class": "craft\\auth\\sso\\mapper\\ExplicitUserMapper", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\auth\\sso\\mapper\\ExplicitUserMapper", + "name": "EVENT_DEFINE_RULES", + "type": "craft\\events\\DefineRulesEvent", + "desc": "The event that is triggered when defining the model rules" + }, + { + "class": "craft\\auth\\sso\\mapper\\ExplicitUserMapper", + "name": "EVENT_DEFINE_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the arrayable fields" + }, + { + "class": "craft\\auth\\sso\\mapper\\ExplicitUserMapper", + "name": "EVENT_DEFINE_EXTRA_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the extra arrayable fields" + }, + { + "class": "craft\\auth\\sso\\mapper\\ExplicitUserMapper", + "name": "EVENT_BEFORE_VALIDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." + }, + { + "class": "craft\\auth\\sso\\mapper\\ExplicitUserMapper", + "name": "EVENT_AFTER_VALIDATE", + "type": "yii\\base\\Event", + "desc": "an event raised at the end of `validate()`" + }, + { + "class": "craft\\auth\\sso\\mapper\\IdpAttributeUserMapper", + "name": "EVENT_INIT", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the model's init cycle" + }, + { + "class": "craft\\auth\\sso\\mapper\\IdpAttributeUserMapper", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\auth\\sso\\mapper\\IdpAttributeUserMapper", + "name": "EVENT_DEFINE_RULES", + "type": "craft\\events\\DefineRulesEvent", + "desc": "The event that is triggered when defining the model rules" + }, + { + "class": "craft\\auth\\sso\\mapper\\IdpAttributeUserMapper", + "name": "EVENT_DEFINE_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the arrayable fields" + }, + { + "class": "craft\\auth\\sso\\mapper\\IdpAttributeUserMapper", + "name": "EVENT_DEFINE_EXTRA_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the extra arrayable fields" + }, + { + "class": "craft\\auth\\sso\\mapper\\IdpAttributeUserMapper", + "name": "EVENT_BEFORE_VALIDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." + }, + { + "class": "craft\\auth\\sso\\mapper\\IdpAttributeUserMapper", + "name": "EVENT_AFTER_VALIDATE", + "type": "yii\\base\\Event", + "desc": "an event raised at the end of `validate()`" + }, + { + "class": "craft\\auth\\sso\\mapper\\TemplateValueUserMapper", + "name": "EVENT_INIT", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the model's init cycle" + }, + { + "class": "craft\\auth\\sso\\mapper\\TemplateValueUserMapper", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\auth\\sso\\mapper\\TemplateValueUserMapper", + "name": "EVENT_DEFINE_RULES", + "type": "craft\\events\\DefineRulesEvent", + "desc": "The event that is triggered when defining the model rules" + }, + { + "class": "craft\\auth\\sso\\mapper\\TemplateValueUserMapper", + "name": "EVENT_DEFINE_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the arrayable fields" + }, + { + "class": "craft\\auth\\sso\\mapper\\TemplateValueUserMapper", + "name": "EVENT_DEFINE_EXTRA_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the extra arrayable fields" + }, + { + "class": "craft\\auth\\sso\\mapper\\TemplateValueUserMapper", + "name": "EVENT_BEFORE_VALIDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." + }, + { + "class": "craft\\auth\\sso\\mapper\\TemplateValueUserMapper", + "name": "EVENT_AFTER_VALIDATE", + "type": "yii\\base\\Event", + "desc": "an event raised at the end of `validate()`" + }, { "class": "craft\\base\\AssetPreviewHandler", "name": "EVENT_INIT", @@ -2598,6 +2850,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\base\\Field", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\base\\Field", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\base\\Field", "name": "EVENT_BEFORE_SAVE", @@ -2676,6 +2940,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\base\\FieldLayoutComponent", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\base\\FieldLayoutComponent", "name": "EVENT_INIT", @@ -2718,6 +2988,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\base\\FieldLayoutElement", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\base\\FieldLayoutElement", "name": "EVENT_INIT", @@ -3792,6 +4068,42 @@ "type": "yii\\base\\ActionEvent", "desc": "an event raised right after executing a controller action." }, + { + "class": "craft\\console\\controllers\\EntryTypesController", + "name": "EVENT_DEFINE_ACTIONS", + "type": "craft\\events\\DefineConsoleActionsEvent", + "desc": "The event that is triggered when defining custom actions for this controller." + }, + { + "class": "craft\\console\\controllers\\EntryTypesController", + "name": "EVENT_BEFORE_ACTION", + "type": "yii\\base\\ActionEvent", + "desc": "an event raised right before executing a controller action. You may set `ActionEvent::isValid` to be false to cancel the action execution." + }, + { + "class": "craft\\console\\controllers\\EntryTypesController", + "name": "EVENT_AFTER_ACTION", + "type": "yii\\base\\ActionEvent", + "desc": "an event raised right after executing a controller action." + }, + { + "class": "craft\\console\\controllers\\EnvController", + "name": "EVENT_DEFINE_ACTIONS", + "type": "craft\\events\\DefineConsoleActionsEvent", + "desc": "The event that is triggered when defining custom actions for this controller." + }, + { + "class": "craft\\console\\controllers\\EnvController", + "name": "EVENT_BEFORE_ACTION", + "type": "yii\\base\\ActionEvent", + "desc": "an event raised right before executing a controller action. You may set `ActionEvent::isValid` to be false to cancel the action execution." + }, + { + "class": "craft\\console\\controllers\\EnvController", + "name": "EVENT_AFTER_ACTION", + "type": "yii\\base\\ActionEvent", + "desc": "an event raised right after executing a controller action." + }, { "class": "craft\\console\\controllers\\ExecController", "name": "EVENT_DEFINE_ACTIONS", @@ -3810,6 +4122,24 @@ "type": "yii\\base\\ActionEvent", "desc": "an event raised right after executing a controller action." }, + { + "class": "craft\\console\\controllers\\FieldsController", + "name": "EVENT_DEFINE_ACTIONS", + "type": "craft\\events\\DefineConsoleActionsEvent", + "desc": "The event that is triggered when defining custom actions for this controller." + }, + { + "class": "craft\\console\\controllers\\FieldsController", + "name": "EVENT_BEFORE_ACTION", + "type": "yii\\base\\ActionEvent", + "desc": "an event raised right before executing a controller action. You may set `ActionEvent::isValid` to be false to cancel the action execution." + }, + { + "class": "craft\\console\\controllers\\FieldsController", + "name": "EVENT_AFTER_ACTION", + "type": "yii\\base\\ActionEvent", + "desc": "an event raised right after executing a controller action." + }, { "class": "craft\\console\\controllers\\FixtureController", "name": "EVENT_BEFORE_ACTION", @@ -5064,6 +5394,24 @@ "type": "yii\\base\\ActionEvent", "desc": "an event raised right after executing a controller action." }, + { + "class": "craft\\controllers\\SsoController", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\controllers\\SsoController", + "name": "EVENT_BEFORE_ACTION", + "type": "yii\\base\\ActionEvent", + "desc": "an event raised right before executing a controller action. You may set `ActionEvent::isValid` to be false to cancel the action execution." + }, + { + "class": "craft\\controllers\\SsoController", + "name": "EVENT_AFTER_ACTION", + "type": "yii\\base\\ActionEvent", + "desc": "an event raised right after executing a controller action." + }, { "class": "craft\\controllers\\StructuresController", "name": "EVENT_DEFINE_BEHAVIORS", @@ -22395,6 +22743,54 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\elements\\actions\\MoveToSection", + "name": "EVENT_DEFINE_SETTINGS_ATTRIBUTES", + "type": "craft\\events\\DefineValueEvent", + "desc": "The event that is triggered when defining the component’s settings attributes, as returned by `settingsAttributes()`." + }, + { + "class": "craft\\elements\\actions\\MoveToSection", + "name": "EVENT_INIT", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the model's init cycle" + }, + { + "class": "craft\\elements\\actions\\MoveToSection", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\elements\\actions\\MoveToSection", + "name": "EVENT_DEFINE_RULES", + "type": "craft\\events\\DefineRulesEvent", + "desc": "The event that is triggered when defining the model rules" + }, + { + "class": "craft\\elements\\actions\\MoveToSection", + "name": "EVENT_DEFINE_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the arrayable fields" + }, + { + "class": "craft\\elements\\actions\\MoveToSection", + "name": "EVENT_DEFINE_EXTRA_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the extra arrayable fields" + }, + { + "class": "craft\\elements\\actions\\MoveToSection", + "name": "EVENT_BEFORE_VALIDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." + }, + { + "class": "craft\\elements\\actions\\MoveToSection", + "name": "EVENT_AFTER_VALIDATE", + "type": "yii\\base\\Event", + "desc": "an event raised at the end of `validate()`" + }, { "class": "craft\\elements\\actions\\NewChild", "name": "EVENT_DEFINE_SETTINGS_ATTRIBUTES", @@ -23103,6 +23499,48 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\elements\\conditions\\HasDescendantsRule", + "name": "EVENT_INIT", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the model's init cycle" + }, + { + "class": "craft\\elements\\conditions\\HasDescendantsRule", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\elements\\conditions\\HasDescendantsRule", + "name": "EVENT_DEFINE_RULES", + "type": "craft\\events\\DefineRulesEvent", + "desc": "The event that is triggered when defining the model rules" + }, + { + "class": "craft\\elements\\conditions\\HasDescendantsRule", + "name": "EVENT_DEFINE_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the arrayable fields" + }, + { + "class": "craft\\elements\\conditions\\HasDescendantsRule", + "name": "EVENT_DEFINE_EXTRA_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the extra arrayable fields" + }, + { + "class": "craft\\elements\\conditions\\HasDescendantsRule", + "name": "EVENT_BEFORE_VALIDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." + }, + { + "class": "craft\\elements\\conditions\\HasDescendantsRule", + "name": "EVENT_AFTER_VALIDATE", + "type": "yii\\base\\Event", + "desc": "an event raised at the end of `validate()`" + }, { "class": "craft\\elements\\conditions\\HasUrlConditionRule", "name": "EVENT_INIT", @@ -26085,6 +26523,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\BaseField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\BaseField", "name": "EVENT_INIT", @@ -26127,6 +26571,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\BaseNativeField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\BaseNativeField", "name": "EVENT_INIT", @@ -26169,6 +26619,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\BaseUiElement", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\BaseUiElement", "name": "EVENT_INIT", @@ -26211,6 +26667,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\CustomField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\CustomField", "name": "EVENT_INIT", @@ -26253,6 +26715,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\FullNameField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\FullNameField", "name": "EVENT_INIT", @@ -26295,6 +26763,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\Heading", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\Heading", "name": "EVENT_INIT", @@ -26337,6 +26811,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\HorizontalRule", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\HorizontalRule", "name": "EVENT_INIT", @@ -26379,6 +26859,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\Html", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\Html", "name": "EVENT_INIT", @@ -26421,6 +26907,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\LineBreak", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\LineBreak", "name": "EVENT_INIT", @@ -26463,6 +26955,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\Template", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\Template", "name": "EVENT_INIT", @@ -26505,6 +27003,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\TextField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\TextField", "name": "EVENT_INIT", @@ -26547,6 +27051,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\TextareaField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\TextareaField", "name": "EVENT_INIT", @@ -26589,6 +27099,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\Tip", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\Tip", "name": "EVENT_INIT", @@ -26631,6 +27147,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\TitleField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\TitleField", "name": "EVENT_INIT", @@ -26673,6 +27195,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\addresses\\AddressField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\addresses\\AddressField", "name": "EVENT_INIT", @@ -26715,6 +27243,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\addresses\\CountryCodeField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\addresses\\CountryCodeField", "name": "EVENT_INIT", @@ -26757,6 +27291,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\addresses\\LabelField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\addresses\\LabelField", "name": "EVENT_INIT", @@ -26799,6 +27339,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\addresses\\LatLongField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\addresses\\LatLongField", "name": "EVENT_INIT", @@ -26841,6 +27387,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\addresses\\OrganizationField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\addresses\\OrganizationField", "name": "EVENT_INIT", @@ -26883,6 +27435,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\addresses\\OrganizationTaxIdField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\addresses\\OrganizationTaxIdField", "name": "EVENT_INIT", @@ -26925,6 +27483,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\assets\\AltField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\assets\\AltField", "name": "EVENT_INIT", @@ -26967,6 +27531,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\assets\\AssetTitleField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\assets\\AssetTitleField", "name": "EVENT_INIT", @@ -27009,6 +27579,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\entries\\EntryTitleField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\entries\\EntryTitleField", "name": "EVENT_INIT", @@ -27051,6 +27627,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\users\\EmailField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\users\\EmailField", "name": "EVENT_INIT", @@ -27093,6 +27675,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\users\\FullNameField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\users\\FullNameField", "name": "EVENT_INIT", @@ -27135,6 +27723,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\users\\PhotoField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\users\\PhotoField", "name": "EVENT_INIT", @@ -27177,6 +27771,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fieldlayoutelements\\users\\UsernameField", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\fieldlayoutelements\\users\\UsernameField", "name": "EVENT_INIT", @@ -27273,6 +27873,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Addresses", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Addresses", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Addresses", "name": "EVENT_BEFORE_SAVE", @@ -27417,6 +28029,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Assets", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Assets", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Assets", "name": "EVENT_BEFORE_SAVE", @@ -27555,6 +28179,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\BaseOptionsField", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\BaseOptionsField", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\BaseOptionsField", "name": "EVENT_BEFORE_SAVE", @@ -27693,6 +28329,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\BaseRelationField", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\BaseRelationField", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\BaseRelationField", "name": "EVENT_BEFORE_SAVE", @@ -27831,6 +28479,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Categories", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Categories", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Categories", "name": "EVENT_BEFORE_SAVE", @@ -27969,6 +28629,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Checkboxes", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Checkboxes", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Checkboxes", "name": "EVENT_BEFORE_SAVE", @@ -28101,6 +28773,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Color", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Color", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Color", "name": "EVENT_BEFORE_SAVE", @@ -28233,6 +28917,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Country", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Country", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Country", "name": "EVENT_BEFORE_SAVE", @@ -28365,6 +29061,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Date", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Date", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Date", "name": "EVENT_BEFORE_SAVE", @@ -28503,6 +29211,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Dropdown", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Dropdown", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Dropdown", "name": "EVENT_BEFORE_SAVE", @@ -28635,6 +29355,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Email", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Email", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Email", "name": "EVENT_BEFORE_SAVE", @@ -28773,6 +29505,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Entries", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Entries", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Entries", "name": "EVENT_BEFORE_SAVE", @@ -28905,6 +29649,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Icon", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Icon", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Icon", "name": "EVENT_BEFORE_SAVE", @@ -29037,6 +29793,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Lightswitch", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Lightswitch", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Lightswitch", "name": "EVENT_BEFORE_SAVE", @@ -29115,6 +29883,156 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_REGISTER_LINK_TYPES", + "type": "craft\\events\\RegisterComponentTypesEvent", + "desc": "The event that is triggered when registering the link types for Link fields." + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_BEFORE_ELEMENT_SAVE", + "type": "craft\\events\\FieldElementEvent", + "desc": "The event that is triggered before the element is saved." + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_AFTER_ELEMENT_SAVE", + "type": "craft\\events\\FieldElementEvent", + "desc": "The event that is triggered after the element is saved." + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_AFTER_ELEMENT_PROPAGATE", + "type": "craft\\events\\FieldElementEvent", + "desc": "The event that is triggered after the element is fully saved and propagated to other sites." + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_BEFORE_ELEMENT_DELETE", + "type": "craft\\events\\FieldElementEvent", + "desc": "The event that is triggered before the element is deleted." + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_AFTER_ELEMENT_DELETE", + "type": "craft\\events\\FieldElementEvent", + "desc": "The event that is triggered after the element is deleted." + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_BEFORE_ELEMENT_RESTORE", + "type": "craft\\events\\FieldElementEvent", + "desc": "The event that is triggered before the element is restored." + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_AFTER_ELEMENT_RESTORE", + "type": "craft\\events\\FieldElementEvent", + "desc": "The event that is triggered after the element is restored." + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_DEFINE_KEYWORDS", + "type": "craft\\events\\DefineFieldKeywordsEvent", + "desc": "The event that is triggered when defining the field’s search keywords for an element." + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_DEFINE_INPUT_HTML", + "type": "craft\\events\\DefineFieldHtmlEvent", + "desc": "The event that is triggered when defining the field’s input HTML." + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_BEFORE_SAVE", + "type": "craft\\events\\ModelEvent", + "desc": "The event that is triggered before the component is saved." + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_AFTER_SAVE", + "type": "craft\\events\\ModelEvent", + "desc": "The event that is triggered after the component is saved." + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_BEFORE_DELETE", + "type": "craft\\events\\ModelEvent", + "desc": "The event that is triggered before the component is deleted." + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_BEFORE_APPLY_DELETE", + "type": "craft\\events\\ModelEvent", + "desc": "The event that is triggered before the delete is applied to the database." + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_AFTER_DELETE", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the component is deleted." + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_DEFINE_SETTINGS_ATTRIBUTES", + "type": "craft\\events\\DefineValueEvent", + "desc": "The event that is triggered when defining the component’s settings attributes, as returned by `settingsAttributes()`." + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_INIT", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the model's init cycle" + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_DEFINE_RULES", + "type": "craft\\events\\DefineRulesEvent", + "desc": "The event that is triggered when defining the model rules" + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_DEFINE_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the arrayable fields" + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_DEFINE_EXTRA_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the extra arrayable fields" + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_BEFORE_VALIDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." + }, + { + "class": "craft\\fields\\Link", + "name": "EVENT_AFTER_VALIDATE", + "type": "yii\\base\\Event", + "desc": "an event raised at the end of `validate()`" + }, { "class": "craft\\fields\\Matrix", "name": "EVENT_DEFINE_ENTRY_TYPES", @@ -29175,6 +30093,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Matrix", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Matrix", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Matrix", "name": "EVENT_BEFORE_SAVE", @@ -29307,6 +30237,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\MissingField", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\MissingField", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\MissingField", "name": "EVENT_BEFORE_SAVE", @@ -29439,6 +30381,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Money", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Money", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Money", "name": "EVENT_BEFORE_SAVE", @@ -29577,6 +30531,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\MultiSelect", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\MultiSelect", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\MultiSelect", "name": "EVENT_BEFORE_SAVE", @@ -29709,6 +30675,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Number", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Number", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Number", "name": "EVENT_BEFORE_SAVE", @@ -29841,6 +30819,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\PlainText", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\PlainText", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\PlainText", "name": "EVENT_BEFORE_SAVE", @@ -29979,6 +30969,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\RadioButtons", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\RadioButtons", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\RadioButtons", "name": "EVENT_BEFORE_SAVE", @@ -30111,6 +31113,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Table", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Table", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Table", "name": "EVENT_BEFORE_SAVE", @@ -30249,6 +31263,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Tags", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Tags", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Tags", "name": "EVENT_BEFORE_SAVE", @@ -30381,6 +31407,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Time", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Time", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Time", "name": "EVENT_BEFORE_SAVE", @@ -30459,6 +31497,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fields\\Url", + "name": "EVENT_REGISTER_LINK_TYPES", + "type": "craft\\events\\RegisterComponentTypesEvent", + "desc": "The event that is triggered when registering the link types for Link fields." + }, { "class": "craft\\fields\\Url", "name": "EVENT_BEFORE_ELEMENT_SAVE", @@ -30513,6 +31557,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Url", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Url", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Url", "name": "EVENT_BEFORE_SAVE", @@ -30651,6 +31707,18 @@ "type": "craft\\events\\DefineFieldHtmlEvent", "desc": "The event that is triggered when defining the field’s input HTML." }, + { + "class": "craft\\fields\\Users", + "name": "EVENT_AFTER_MERGE_INTO", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after the field has been merged into another." + }, + { + "class": "craft\\fields\\Users", + "name": "EVENT_AFTER_MERGE_FROM", + "type": "craft\\events\\FieldEvent", + "desc": "The event that is triggered after another field has been merged into this one." + }, { "class": "craft\\fields\\Users", "name": "EVENT_BEFORE_SAVE", @@ -31107,6 +32175,438 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\fields\\linktypes\\Asset", + "name": "EVENT_DEFINE_SETTINGS_ATTRIBUTES", + "type": "craft\\events\\DefineValueEvent", + "desc": "The event that is triggered when defining the component’s settings attributes, as returned by `settingsAttributes()`." + }, + { + "class": "craft\\fields\\linktypes\\Asset", + "name": "EVENT_INIT", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the model's init cycle" + }, + { + "class": "craft\\fields\\linktypes\\Asset", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\fields\\linktypes\\Asset", + "name": "EVENT_DEFINE_RULES", + "type": "craft\\events\\DefineRulesEvent", + "desc": "The event that is triggered when defining the model rules" + }, + { + "class": "craft\\fields\\linktypes\\Asset", + "name": "EVENT_DEFINE_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the arrayable fields" + }, + { + "class": "craft\\fields\\linktypes\\Asset", + "name": "EVENT_DEFINE_EXTRA_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the extra arrayable fields" + }, + { + "class": "craft\\fields\\linktypes\\Asset", + "name": "EVENT_BEFORE_VALIDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." + }, + { + "class": "craft\\fields\\linktypes\\Asset", + "name": "EVENT_AFTER_VALIDATE", + "type": "yii\\base\\Event", + "desc": "an event raised at the end of `validate()`" + }, + { + "class": "craft\\fields\\linktypes\\BaseElementLinkType", + "name": "EVENT_DEFINE_SETTINGS_ATTRIBUTES", + "type": "craft\\events\\DefineValueEvent", + "desc": "The event that is triggered when defining the component’s settings attributes, as returned by `settingsAttributes()`." + }, + { + "class": "craft\\fields\\linktypes\\BaseElementLinkType", + "name": "EVENT_INIT", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the model's init cycle" + }, + { + "class": "craft\\fields\\linktypes\\BaseElementLinkType", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\fields\\linktypes\\BaseElementLinkType", + "name": "EVENT_DEFINE_RULES", + "type": "craft\\events\\DefineRulesEvent", + "desc": "The event that is triggered when defining the model rules" + }, + { + "class": "craft\\fields\\linktypes\\BaseElementLinkType", + "name": "EVENT_DEFINE_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the arrayable fields" + }, + { + "class": "craft\\fields\\linktypes\\BaseElementLinkType", + "name": "EVENT_DEFINE_EXTRA_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the extra arrayable fields" + }, + { + "class": "craft\\fields\\linktypes\\BaseElementLinkType", + "name": "EVENT_BEFORE_VALIDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." + }, + { + "class": "craft\\fields\\linktypes\\BaseElementLinkType", + "name": "EVENT_AFTER_VALIDATE", + "type": "yii\\base\\Event", + "desc": "an event raised at the end of `validate()`" + }, + { + "class": "craft\\fields\\linktypes\\BaseLinkType", + "name": "EVENT_DEFINE_SETTINGS_ATTRIBUTES", + "type": "craft\\events\\DefineValueEvent", + "desc": "The event that is triggered when defining the component’s settings attributes, as returned by `settingsAttributes()`." + }, + { + "class": "craft\\fields\\linktypes\\BaseLinkType", + "name": "EVENT_INIT", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the model's init cycle" + }, + { + "class": "craft\\fields\\linktypes\\BaseLinkType", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\fields\\linktypes\\BaseLinkType", + "name": "EVENT_DEFINE_RULES", + "type": "craft\\events\\DefineRulesEvent", + "desc": "The event that is triggered when defining the model rules" + }, + { + "class": "craft\\fields\\linktypes\\BaseLinkType", + "name": "EVENT_DEFINE_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the arrayable fields" + }, + { + "class": "craft\\fields\\linktypes\\BaseLinkType", + "name": "EVENT_DEFINE_EXTRA_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the extra arrayable fields" + }, + { + "class": "craft\\fields\\linktypes\\BaseLinkType", + "name": "EVENT_BEFORE_VALIDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." + }, + { + "class": "craft\\fields\\linktypes\\BaseLinkType", + "name": "EVENT_AFTER_VALIDATE", + "type": "yii\\base\\Event", + "desc": "an event raised at the end of `validate()`" + }, + { + "class": "craft\\fields\\linktypes\\BaseTextLinkType", + "name": "EVENT_DEFINE_SETTINGS_ATTRIBUTES", + "type": "craft\\events\\DefineValueEvent", + "desc": "The event that is triggered when defining the component’s settings attributes, as returned by `settingsAttributes()`." + }, + { + "class": "craft\\fields\\linktypes\\BaseTextLinkType", + "name": "EVENT_INIT", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the model's init cycle" + }, + { + "class": "craft\\fields\\linktypes\\BaseTextLinkType", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\fields\\linktypes\\BaseTextLinkType", + "name": "EVENT_DEFINE_RULES", + "type": "craft\\events\\DefineRulesEvent", + "desc": "The event that is triggered when defining the model rules" + }, + { + "class": "craft\\fields\\linktypes\\BaseTextLinkType", + "name": "EVENT_DEFINE_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the arrayable fields" + }, + { + "class": "craft\\fields\\linktypes\\BaseTextLinkType", + "name": "EVENT_DEFINE_EXTRA_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the extra arrayable fields" + }, + { + "class": "craft\\fields\\linktypes\\BaseTextLinkType", + "name": "EVENT_BEFORE_VALIDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." + }, + { + "class": "craft\\fields\\linktypes\\BaseTextLinkType", + "name": "EVENT_AFTER_VALIDATE", + "type": "yii\\base\\Event", + "desc": "an event raised at the end of `validate()`" + }, + { + "class": "craft\\fields\\linktypes\\Category", + "name": "EVENT_DEFINE_SETTINGS_ATTRIBUTES", + "type": "craft\\events\\DefineValueEvent", + "desc": "The event that is triggered when defining the component’s settings attributes, as returned by `settingsAttributes()`." + }, + { + "class": "craft\\fields\\linktypes\\Category", + "name": "EVENT_INIT", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the model's init cycle" + }, + { + "class": "craft\\fields\\linktypes\\Category", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\fields\\linktypes\\Category", + "name": "EVENT_DEFINE_RULES", + "type": "craft\\events\\DefineRulesEvent", + "desc": "The event that is triggered when defining the model rules" + }, + { + "class": "craft\\fields\\linktypes\\Category", + "name": "EVENT_DEFINE_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the arrayable fields" + }, + { + "class": "craft\\fields\\linktypes\\Category", + "name": "EVENT_DEFINE_EXTRA_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the extra arrayable fields" + }, + { + "class": "craft\\fields\\linktypes\\Category", + "name": "EVENT_BEFORE_VALIDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." + }, + { + "class": "craft\\fields\\linktypes\\Category", + "name": "EVENT_AFTER_VALIDATE", + "type": "yii\\base\\Event", + "desc": "an event raised at the end of `validate()`" + }, + { + "class": "craft\\fields\\linktypes\\Email", + "name": "EVENT_DEFINE_SETTINGS_ATTRIBUTES", + "type": "craft\\events\\DefineValueEvent", + "desc": "The event that is triggered when defining the component’s settings attributes, as returned by `settingsAttributes()`." + }, + { + "class": "craft\\fields\\linktypes\\Email", + "name": "EVENT_INIT", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the model's init cycle" + }, + { + "class": "craft\\fields\\linktypes\\Email", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\fields\\linktypes\\Email", + "name": "EVENT_DEFINE_RULES", + "type": "craft\\events\\DefineRulesEvent", + "desc": "The event that is triggered when defining the model rules" + }, + { + "class": "craft\\fields\\linktypes\\Email", + "name": "EVENT_DEFINE_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the arrayable fields" + }, + { + "class": "craft\\fields\\linktypes\\Email", + "name": "EVENT_DEFINE_EXTRA_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the extra arrayable fields" + }, + { + "class": "craft\\fields\\linktypes\\Email", + "name": "EVENT_BEFORE_VALIDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." + }, + { + "class": "craft\\fields\\linktypes\\Email", + "name": "EVENT_AFTER_VALIDATE", + "type": "yii\\base\\Event", + "desc": "an event raised at the end of `validate()`" + }, + { + "class": "craft\\fields\\linktypes\\Entry", + "name": "EVENT_DEFINE_SETTINGS_ATTRIBUTES", + "type": "craft\\events\\DefineValueEvent", + "desc": "The event that is triggered when defining the component’s settings attributes, as returned by `settingsAttributes()`." + }, + { + "class": "craft\\fields\\linktypes\\Entry", + "name": "EVENT_INIT", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the model's init cycle" + }, + { + "class": "craft\\fields\\linktypes\\Entry", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\fields\\linktypes\\Entry", + "name": "EVENT_DEFINE_RULES", + "type": "craft\\events\\DefineRulesEvent", + "desc": "The event that is triggered when defining the model rules" + }, + { + "class": "craft\\fields\\linktypes\\Entry", + "name": "EVENT_DEFINE_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the arrayable fields" + }, + { + "class": "craft\\fields\\linktypes\\Entry", + "name": "EVENT_DEFINE_EXTRA_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the extra arrayable fields" + }, + { + "class": "craft\\fields\\linktypes\\Entry", + "name": "EVENT_BEFORE_VALIDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." + }, + { + "class": "craft\\fields\\linktypes\\Entry", + "name": "EVENT_AFTER_VALIDATE", + "type": "yii\\base\\Event", + "desc": "an event raised at the end of `validate()`" + }, + { + "class": "craft\\fields\\linktypes\\Phone", + "name": "EVENT_DEFINE_SETTINGS_ATTRIBUTES", + "type": "craft\\events\\DefineValueEvent", + "desc": "The event that is triggered when defining the component’s settings attributes, as returned by `settingsAttributes()`." + }, + { + "class": "craft\\fields\\linktypes\\Phone", + "name": "EVENT_INIT", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the model's init cycle" + }, + { + "class": "craft\\fields\\linktypes\\Phone", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\fields\\linktypes\\Phone", + "name": "EVENT_DEFINE_RULES", + "type": "craft\\events\\DefineRulesEvent", + "desc": "The event that is triggered when defining the model rules" + }, + { + "class": "craft\\fields\\linktypes\\Phone", + "name": "EVENT_DEFINE_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the arrayable fields" + }, + { + "class": "craft\\fields\\linktypes\\Phone", + "name": "EVENT_DEFINE_EXTRA_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the extra arrayable fields" + }, + { + "class": "craft\\fields\\linktypes\\Phone", + "name": "EVENT_BEFORE_VALIDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." + }, + { + "class": "craft\\fields\\linktypes\\Phone", + "name": "EVENT_AFTER_VALIDATE", + "type": "yii\\base\\Event", + "desc": "an event raised at the end of `validate()`" + }, + { + "class": "craft\\fields\\linktypes\\Url", + "name": "EVENT_DEFINE_SETTINGS_ATTRIBUTES", + "type": "craft\\events\\DefineValueEvent", + "desc": "The event that is triggered when defining the component’s settings attributes, as returned by `settingsAttributes()`." + }, + { + "class": "craft\\fields\\linktypes\\Url", + "name": "EVENT_INIT", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the model's init cycle" + }, + { + "class": "craft\\fields\\linktypes\\Url", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\fields\\linktypes\\Url", + "name": "EVENT_DEFINE_RULES", + "type": "craft\\events\\DefineRulesEvent", + "desc": "The event that is triggered when defining the model rules" + }, + { + "class": "craft\\fields\\linktypes\\Url", + "name": "EVENT_DEFINE_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the arrayable fields" + }, + { + "class": "craft\\fields\\linktypes\\Url", + "name": "EVENT_DEFINE_EXTRA_FIELDS", + "type": "craft\\events\\DefineFieldsEvent", + "desc": "The event that is triggered when defining the extra arrayable fields" + }, + { + "class": "craft\\fields\\linktypes\\Url", + "name": "EVENT_BEFORE_VALIDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." + }, + { + "class": "craft\\fields\\linktypes\\Url", + "name": "EVENT_AFTER_VALIDATE", + "type": "yii\\base\\Event", + "desc": "an event raised at the end of `validate()`" + }, { "class": "craft\\fs\\Local", "name": "EVENT_BEFORE_SAVE", @@ -32175,6 +33675,30 @@ "type": "yii\\base\\Event", "desc": "The event that is triggered after the migration is reverted" }, + { + "class": "craft\\migrations\\BaseEntryTypeMergeMigration", + "name": "EVENT_AFTER_UP", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the migration is executed" + }, + { + "class": "craft\\migrations\\BaseEntryTypeMergeMigration", + "name": "EVENT_AFTER_DOWN", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the migration is reverted" + }, + { + "class": "craft\\migrations\\BaseFieldMergeMigration", + "name": "EVENT_AFTER_UP", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the migration is executed" + }, + { + "class": "craft\\migrations\\BaseFieldMergeMigration", + "name": "EVENT_AFTER_DOWN", + "type": "yii\\base\\Event", + "desc": "The event that is triggered after the migration is reverted" + }, { "class": "craft\\migrations\\CreateDbCacheTable", "name": "EVENT_AFTER_UP", @@ -32697,6 +34221,12 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\models\\FieldLayoutTab", + "name": "EVENT_DEFINE_SHOW_IN_FORM", + "type": "craft\\events\\DefineShowFieldLayoutComponentInFormEvent", + "desc": "The event that is triggered when determining whether the component should be shown in a field layout." + }, { "class": "craft\\models\\FieldLayoutTab", "name": "EVENT_INIT", @@ -35680,6 +37210,78 @@ "type": "yii\\base\\Event", "desc": "an event raised at the end of `validate()`" }, + { + "class": "craft\\records\\SsoIdentity", + "name": "EVENT_DEFINE_BEHAVIORS", + "type": "craft\\events\\DefineBehaviorsEvent", + "desc": "The event that is triggered when defining the class behaviors" + }, + { + "class": "craft\\records\\SsoIdentity", + "name": "EVENT_INIT", + "type": "yii\\db\\Event", + "desc": "an event that is triggered when the record is initialized via `init()`." + }, + { + "class": "craft\\records\\SsoIdentity", + "name": "EVENT_AFTER_FIND", + "type": "yii\\db\\Event", + "desc": "an event that is triggered after the record is created and populated with query result." + }, + { + "class": "craft\\records\\SsoIdentity", + "name": "EVENT_BEFORE_INSERT", + "type": "yii\\base\\ModelEvent", + "desc": "an event that is triggered before inserting a record. You may set `ModelEvent::isValid` to be `false` to stop the insertion." + }, + { + "class": "craft\\records\\SsoIdentity", + "name": "EVENT_AFTER_INSERT", + "type": "yii\\db\\AfterSaveEvent", + "desc": "an event that is triggered after a record is inserted." + }, + { + "class": "craft\\records\\SsoIdentity", + "name": "EVENT_BEFORE_UPDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event that is triggered before updating a record. You may set `ModelEvent::isValid` to be `false` to stop the update." + }, + { + "class": "craft\\records\\SsoIdentity", + "name": "EVENT_AFTER_UPDATE", + "type": "yii\\db\\AfterSaveEvent", + "desc": "an event that is triggered after a record is updated." + }, + { + "class": "craft\\records\\SsoIdentity", + "name": "EVENT_BEFORE_DELETE", + "type": "yii\\base\\ModelEvent", + "desc": "an event that is triggered before deleting a record. You may set `ModelEvent::isValid` to be `false` to stop the deletion." + }, + { + "class": "craft\\records\\SsoIdentity", + "name": "EVENT_AFTER_DELETE", + "type": "yii\\db\\Event", + "desc": "an event that is triggered after a record is deleted." + }, + { + "class": "craft\\records\\SsoIdentity", + "name": "EVENT_AFTER_REFRESH", + "type": "yii\\db\\Event", + "desc": "an event that is triggered after a record is refreshed." + }, + { + "class": "craft\\records\\SsoIdentity", + "name": "EVENT_BEFORE_VALIDATE", + "type": "yii\\base\\ModelEvent", + "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation." + }, + { + "class": "craft\\records\\SsoIdentity", + "name": "EVENT_AFTER_VALIDATE", + "type": "yii\\base\\Event", + "desc": "an event raised at the end of `validate()`" + }, { "class": "craft\\records\\Structure", "name": "EVENT_DEFINE_BEHAVIORS", @@ -37564,6 +39166,18 @@ "type": "craft\\events\\EntryTypeEvent", "desc": "The event that is triggered after an entry type is deleted." }, + { + "class": "craft\\services\\Entries", + "name": "EVENT_BEFORE_MOVE_TO_SECTION", + "type": "craft\\events\\MoveEntryEvent", + "desc": "The event that is triggered before an entry is move to a different section." + }, + { + "class": "craft\\services\\Entries", + "name": "EVENT_AFTER_MOVE_TO_SECTION", + "type": "craft\\events\\MoveEntryEvent", + "desc": "The event that is triggered before an entry is move to a different section." + }, { "class": "craft\\services\\Fields", "name": "EVENT_REGISTER_FIELD_TYPES", @@ -38014,6 +39628,18 @@ "type": "craft\\events\\DeleteSiteEvent", "desc": "The event that is triggered after a site is deleted." }, + { + "class": "craft\\services\\Sso", + "name": "EVENT_POPULATE_USER_GROUPS", + "type": "craft\\services\\UserEvent", + "desc": "The event that is triggered when populating user groups from an SSO provider." + }, + { + "class": "craft\\services\\Sso", + "name": "EVENT_POPULATE_USER", + "type": "craft\\services\\UserEvent", + "desc": "The event that is triggered when populating a user from an SSO provider." + }, { "class": "craft\\services\\Structures", "name": "EVENT_BEFORE_INSERT_ELEMENT",