Files
eventmanager-bundle/config/services.yaml
T
2026-03-08 18:01:50 +01:00

19 lines
613 B
YAML

services:
_defaults:
autowire: true
autoconfigure: true
Mummert\EventManagerBundle\:
resource: ../src/
exclude:
- ../src/DependencyInjection/
- ../src/Contao/Manager/
- ../src/EventManagerBundle.php
Mummert\EventManagerBundle\EventListener\DataContainer\SetDateAddedCallback:
tags:
- { name: contao.callback, table: tl_organization, target: config.onbeforesubmit, method: onBeforeSubmit }
- { name: contao.callback, table: tl_location, target: config.onbeforesubmit, method: onBeforeSubmit }
Mummert\EventManagerBundle\Service\MapModuleDataProvider: ~