Copied!

FormEvents

FormEvents.php : 10

Constants

publicCONTENT_TYPE_ADD_FIELD_DEFINITION

FormEvents.php : 20

Triggered when adding a FieldDefinition to the ContentTypeDraft.

public mixed CONTENT_TYPE_ADD_FIELD_DEFINITION = 'contentType.update.addFieldDefinition'

publicCONTENT_TYPE_PUBLISH

FormEvents.php : 30

Triggered when saving the draft + publishing the ContentType.

public mixed CONTENT_TYPE_PUBLISH = 'contentType.update.publishContentType'

publicCONTENT_TYPE_PUBLISH_AND_EDIT

FormEvents.php : 35

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 : 40

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 : 25

Triggered when removing a FieldDefinition from the ContentTypeDraft.

public mixed CONTENT_TYPE_REMOVE_FIELD_DEFINITION = 'contentType.update.removeFieldDefinition'

publicCONTENT_TYPE_UPDATE

FormEvents.php : 15

Base name for ContentType update processing events.

public mixed CONTENT_TYPE_UPDATE = 'contentType.update'