FormEvents
FormEvents.php
:
10
Constants¶
CONTENT_TYPE_ADD_FIELD_DEFINITION ¶
FormEvents.php
:
20
Triggered when adding a FieldDefinition to the ContentTypeDraft.
|
|
CONTENT_TYPE_PUBLISH ¶
FormEvents.php
:
30
Triggered when saving the draft + publishing the ContentType.
|
|
CONTENT_TYPE_PUBLISH_AND_EDIT ¶
FormEvents.php
:
35
Triggered when saving the draft + publishing the ContentType and starting edition on new draft.
|
|
CONTENT_TYPE_REMOVE_DRAFT ¶
FormEvents.php
:
40
Triggered when removing the draft (e.g. "cancel" action).
|
|
CONTENT_TYPE_REMOVE_FIELD_DEFINITION ¶
FormEvents.php
:
25
Triggered when removing a FieldDefinition from the ContentTypeDraft.
|
|
CONTENT_TYPE_UPDATE ¶
FormEvents.php
:
15
Base name for ContentType update processing events.
|
|