Slide 11
Slide 11 text
Declaring the handler
Declared as a Symfony service:
Note: handlers now support autowiring, check out Tactician bundle documentation
app.remove_handler:
class: AppBundle\Handler\RemoveHandler
tags:
- { name: tactician.handler, command: AppBundle\Model\Command\RemoveComman
arguments:
- '@doctrine.orm.default_entity_manager'