Copied!

FormEvents

FormEvents.php : 11
Read-only
Final

Constants

publicCONTENT_TYPE_ADD_FIELD_DEFINITION

FormEvents.php : 21

Triggered when adding a FieldDefinition to the ContentTypeDraft.

public mixed CONTENT_TYPE_ADD_FIELD_DEFINITION = 'contentType.update.addFieldDefinition'

publicCONTENT_TYPE_PUBLISH

FormEvents.php : 31

Triggered when saving the draft + publishing the ContentType.

public mixed CONTENT_TYPE_PUBLISH = 'contentType.update.publishContentType'

publicCONTENT_TYPE_PUBLISH_AND_EDIT

FormEvents.php : 36

Triggered when saving the draft + publishing the ContentType and starting edition on new draft.

public mixed CONTENT_TYPE_PUBLISH_AND_EDIT = 'contentType.update.publishAndEditContentType'

publicCONTENT_TYPE_REMOVE_DRAFT

FormEvents.php : 41

Triggered when removing the draft (e.g. "cancel" action).

public mixed CONTENT_TYPE_REMOVE_DRAFT = 'contentType.update.removeDraft'

publicCONTENT_TYPE_REMOVE_FIELD_DEFINITION

FormEvents.php : 26

Triggered when removing a FieldDefinition from the ContentTypeDraft.

public mixed CONTENT_TYPE_REMOVE_FIELD_DEFINITION = 'contentType.update.removeFieldDefinition'

publicCONTENT_TYPE_UPDATE

FormEvents.php : 16

Base name for ContentType update processing events.

public mixed CONTENT_TYPE_UPDATE = 'contentType.update'