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: ~