2021-02-23 13:54:28 +01:00
|
|
|
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'
|
2021-06-17 12:08:09 +02:00
|
|
|
|
|
|
|
Wrm\Events\Extbase\AddSpecialProperties:
|
|
|
|
tags:
|
|
|
|
- name: event.listener
|
|
|
|
identifier: 'WrmEventsAddSpecialPropertiesToDate'
|
|
|
|
event: TYPO3\CMS\Extbase\Event\Persistence\AfterObjectThawedEvent
|