mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 04:36:09 +01:00
Daniel Siepmann
27ee70d0cf
A new PSR-14 event is added that allows to modify the categories to be assigned to an event. The event itself (including already existing categories) as well as the list of categories to be used after import are available. It is possible to change the categories to be assigned, e.g. keep some of the existing categories. That way it is possible for installations to add custom categories to events. Relates: #10623
21 lines
595 B
ReStructuredText
21 lines
595 B
ReStructuredText
.. index:: single: PSR-14 Events
|
|
.. _psr14:
|
|
|
|
PSR-14 Events
|
|
=============
|
|
|
|
.. index:: single: PSR-14 Events; destination.one Import: Categories Assign
|
|
|
|
destination.one Import: ``CategoriesAssignEvent``
|
|
-------------------------------------------------
|
|
|
|
Executed during destination.one Import.
|
|
Allows to alter the categories to assign to an event.
|
|
|
|
.. index:: single: PSR-14 Events; destination.one Import: Event Import
|
|
|
|
destination.one Import: ``EventImportEvent``
|
|
--------------------------------------------
|
|
|
|
Executed during destination.one Import.
|
|
Allows to alter the event prior persistence.
|