2021-02-23 13:54:28 +01:00
|
|
|
services:
|
|
|
|
_defaults:
|
|
|
|
autowire: true
|
|
|
|
autoconfigure: true
|
|
|
|
public: false
|
|
|
|
|
2023-11-09 10:27:43 +01:00
|
|
|
WerkraumMedia\Events\:
|
2021-02-23 13:54:28 +01:00
|
|
|
resource: '../Classes/*'
|
|
|
|
|
2023-11-09 10:27:43 +01:00
|
|
|
WerkraumMedia\Events\Command\ImportDestinationDataViaConfigruationCommand:
|
2022-01-27 14:14:02 +01:00
|
|
|
tags:
|
|
|
|
- name: 'console.command'
|
|
|
|
command: 'events:destinationdataimportviaconfiguration'
|
|
|
|
description: 'Import Destination Data Events'
|
|
|
|
|
2023-11-09 10:27:43 +01:00
|
|
|
WerkraumMedia\Events\Command\ImportDestinationDataViaAllConfigruationsCommand:
|
2022-01-27 14:14:02 +01:00
|
|
|
tags:
|
|
|
|
- name: 'console.command'
|
|
|
|
command: 'events:destinationdataimportviaallconfigurations'
|
|
|
|
description: 'Import Destination Data Events from all configurations'
|
|
|
|
|
2023-11-09 10:27:43 +01:00
|
|
|
WerkraumMedia\Events\Command\RemoveAllCommand:
|
2021-02-23 13:54:28 +01:00
|
|
|
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
|
|
|
|
2023-11-09 10:27:43 +01:00
|
|
|
WerkraumMedia\Events\Command\RemovePastCommand:
|
2021-02-23 13:54:28 +01:00
|
|
|
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
|
|
|
|
2023-11-09 10:27:43 +01:00
|
|
|
WerkraumMedia\Events\Extbase\AddSpecialProperties:
|
2021-06-17 12:08:09 +02:00
|
|
|
tags:
|
|
|
|
- name: event.listener
|
2023-11-09 10:27:43 +01:00
|
|
|
identifier: 'WerkraumMediaEventsAddSpecialPropertiesToDate'
|
2021-06-17 12:08:09 +02:00
|
|
|
event: TYPO3\CMS\Extbase\Event\Persistence\AfterObjectThawedEvent
|
2023-01-09 13:18:57 +01:00
|
|
|
|
2023-11-09 10:27:43 +01:00
|
|
|
WerkraumMedia\Events\Updates\MigrateDuplicateLocations:
|
2023-07-06 12:39:47 +02:00
|
|
|
public: true
|
|
|
|
|
2023-11-09 10:27:43 +01:00
|
|
|
WerkraumMedia\Events\Updates\MigrateOldLocations:
|
2023-01-09 13:18:57 +01:00
|
|
|
public: true
|
2023-05-04 15:23:23 +02:00
|
|
|
|
2023-11-09 10:27:43 +01:00
|
|
|
WerkraumMedia\Events\Caching\PageCacheTimeout:
|
2023-05-04 15:23:23 +02:00
|
|
|
tags:
|
|
|
|
- name: event.listener
|
2023-11-09 10:27:43 +01:00
|
|
|
event: WerkraumMedia\Events\Events\Controller\DateListVariables
|
2023-05-04 15:23:23 +02:00
|
|
|
method: 'trackDates'
|
2023-11-27 10:04:42 +01:00
|
|
|
- name: event.listener
|
|
|
|
event: TYPO3\CMS\Frontend\Event\ModifyCacheLifetimeForPageEvent
|
|
|
|
method: 'modifyCacheLifetimeForPage'
|