@@ -26,12 +26,14 @@ The events below are dispatched when managing [discounts](discounts_guide.md):
2626
2727### Form
2828
29- | Event | Dispatched by | Description |
29+ The events below allow you to customize the discounts creation wizard:
30+
31+ | Event | Dispatched by |
3032| ---| ---| ---|
31- | [ CreateDiscountCreateStructEvent] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-CreateDiscountCreateStructEvent.html ) | [ DiscountFormMapperInterface] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-DiscountFormMapperInterface.html ) | |
32- | [ CreateDiscountUpdateStructEvent] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-CreateDiscountUpdateStructEvent.html ) | [ DiscountFormMapperInterface] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-DiscountFormMapperInterface.html ) | |
33- | [ CreateFormDataEvent] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-CreateFormDataEvent.html ) | [ DiscountFormMapperInterface] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-DiscountFormMapperInterface.html ) | |
34- | [ MapDiscountToFormDataEvent] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-MapDiscountToFormDataEvent.html ) | [ DiscountFormMapperInterface] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-DiscountFormMapperInterface.html ) | |
33+ | [ CreateDiscountCreateStructEvent] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-CreateDiscountCreateStructEvent.html ) | [ DiscountFormMapperInterface] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-DiscountFormMapperInterface.html ) |
34+ | [ CreateDiscountUpdateStructEvent] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-CreateDiscountUpdateStructEvent.html ) | [ DiscountFormMapperInterface] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-DiscountFormMapperInterface.html ) |
35+ | [ CreateFormDataEvent] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-CreateFormDataEvent.html ) | [ DiscountFormMapperInterface] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-DiscountFormMapperInterface.html ) |
36+ | [ MapDiscountToFormDataEvent] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-MapDiscountToFormDataEvent.html ) | [ DiscountFormMapperInterface] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-DiscountFormMapperInterface.html ) |
3537
3638### Form steps
3739
@@ -45,7 +47,7 @@ The following events are dispatched when rendering each step of the discount wiz
4547| [ MapUpdateDataToStructEvent] ( /api/php_api/php_api_reference/classes/Ibexa-Contracts-Discounts-Event-Step-MapUpdateDataToStructEvent.html ) | ` ibexa.discounts.form_mapper.<step_identifier>.map_update_data_to_struct ` |
4648
4749The event classes are shared between steps, but they are dispatched with different names.
48- They are dispatched by all step form mappers in the wizard .
50+ Each step form mapper dispatches its own set of events .
4951
5052| Form mapper | Step identifier |
5153| ---| ---|
0 commit comments