mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 05:56:09 +01:00
39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
services:
|
||
_defaults:
|
||
autowire: true
|
||
autoconfigure: true
|
||
public: false
|
||
|
||
Wrm\Events\:
|
||
resource: '../Classes/*'
|
||
|
||
events.levacy_comannd_identifier:
|
||
class: 'Wrm\Events\Command\DestinationDataImportCommand'
|
||
tags:
|
||
- name: 'console.command'
|
||
command: 'events:destinationdataimport‚'
|
||
description: 'Mind the trailing ",", there for backwards compatibility'
|
||
|
||
Wrm\Events\Command\DestinationDataImportCommand:
|
||
tags:
|
||
- name: 'console.command'
|
||
command: 'events:destinationdataimport'
|
||
description: 'Import Destination Data Events'
|
||
|
||
Wrm\Events\Command\RemoveAllCommand:
|
||
tags:
|
||
- name: 'console.command'
|
||
command: 'events:removeAll'
|
||
description: 'Remove all event data'
|
||
|
||
Wrm\Events\Command\RemovePastCommand:
|
||
tags:
|
||
- name: 'console.command'
|
||
command: 'events:removePast'
|
||
description: 'Remove past events'
|
||
|
||
Wrm\Events\Extbase\AddSpecialProperties:
|
||
tags:
|
||
- name: event.listener
|
||
identifier: 'WrmEventsAddSpecialPropertiesToDate'
|
||
event: TYPO3\CMS\Extbase\Event\Persistence\AfterObjectThawedEvent
|