mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 04:16:11 +01:00
Daniel Siepmann
97bcbe2065
This is not possible via native API. We therefore use the event to fetch and add the relation. Relates: #8857
29 lines
724 B
YAML
29 lines
724 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
public: false
|
|
|
|
Wrm\Events\:
|
|
resource: '../Classes/*'
|
|
|
|
Wrm\Events\Command\DestinationDataImportCommand:
|
|
tags:
|
|
- name: 'console.command'
|
|
command: 'events:destinationdataimport'
|
|
|
|
Wrm\Events\Command\RemoveAllCommand:
|
|
tags:
|
|
- name: 'console.command'
|
|
command: 'events:removeAll'
|
|
|
|
Wrm\Events\Command\RemovePastCommand:
|
|
tags:
|
|
- name: 'console.command'
|
|
command: 'events:removePast'
|
|
|
|
Wrm\Events\Extbase\AddSpecialProperties:
|
|
tags:
|
|
- name: event.listener
|
|
identifier: 'WrmEventsAddSpecialPropertiesToDate'
|
|
event: TYPO3\CMS\Extbase\Event\Persistence\AfterObjectThawedEvent
|