mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 05:56:09 +01:00
Daniel Siepmann
beca8c2e07
The old identifier had a trailing comma. Old installations would break if we do not keep the command under this identifier. Updating scheduler tasks is a bad thing, so we keep compatibility.
34 lines
914 B
YAML
34 lines
914 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'
|
||
events.levacy_comannd_identifier:
|
||
class: '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
|