2021-02-23 13:54:28 +01:00
|
|
|
|
services:
|
|
|
|
|
_defaults:
|
|
|
|
|
autowire: true
|
|
|
|
|
autoconfigure: true
|
|
|
|
|
public: false
|
|
|
|
|
|
|
|
|
|
Wrm\Events\:
|
|
|
|
|
resource: '../Classes/*'
|
|
|
|
|
|
2021-09-06 15:02:42 +02:00
|
|
|
|
events.levacy_comannd_identifier:
|
|
|
|
|
class: 'Wrm\Events\Command\DestinationDataImportCommand'
|
|
|
|
|
tags:
|
|
|
|
|
- name: 'console.command'
|
|
|
|
|
command: 'events:destinationdataimport‚'
|
2021-12-13 08:48:44 +01:00
|
|
|
|
description: 'Mind the trailing ",", there for backwards compatibility'
|
|
|
|
|
|
|
|
|
|
Wrm\Events\Command\DestinationDataImportCommand:
|
|
|
|
|
tags:
|
|
|
|
|
- name: 'console.command'
|
|
|
|
|
command: 'events:destinationdataimport'
|
|
|
|
|
description: 'Import Destination Data Events'
|
2021-02-23 13:54:28 +01:00
|
|
|
|
|
2022-01-27 14:14:02 +01:00
|
|
|
|
Wrm\Events\Command\ImportDestinationDataViaConfigruationCommand:
|
|
|
|
|
tags:
|
|
|
|
|
- name: 'console.command'
|
|
|
|
|
command: 'events:destinationdataimportviaconfiguration'
|
|
|
|
|
description: 'Import Destination Data Events'
|
|
|
|
|
|
|
|
|
|
Wrm\Events\Command\ImportDestinationDataViaAllConfigruationsCommand:
|
|
|
|
|
tags:
|
|
|
|
|
- name: 'console.command'
|
|
|
|
|
command: 'events:destinationdataimportviaallconfigurations'
|
|
|
|
|
description: 'Import Destination Data Events from all configurations'
|
|
|
|
|
|
2021-02-23 13:54:28 +01:00
|
|
|
|
Wrm\Events\Command\RemoveAllCommand:
|
|
|
|
|
tags:
|
|
|
|
|
- name: 'console.command'
|
|
|
|
|
command: 'events:removeAll'
|
2021-12-13 08:48:44 +01:00
|
|
|
|
description: 'Remove all event data'
|
2021-02-23 13:54:28 +01:00
|
|
|
|
|
|
|
|
|
Wrm\Events\Command\RemovePastCommand:
|
|
|
|
|
tags:
|
|
|
|
|
- name: 'console.command'
|
|
|
|
|
command: 'events:removePast'
|
2021-12-13 08:48:44 +01:00
|
|
|
|
description: 'Remove past events'
|
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
|