mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
- allow to delete some entities instead of moving them ; - trigger event on move / delete entities in order to customize sql statements
19 lines
800 B
YAML
19 lines
800 B
YAML
services:
|
|
Chill\PersonBundle\Command\ImportPeopleFromCSVCommand:
|
|
arguments:
|
|
$logger: '@logger'
|
|
$helper: '@Chill\MainBundle\Templating\TranslatableStringHelper'
|
|
$em: '@Doctrine\ORM\EntityManagerInterface'
|
|
$customFieldProvider: '@Chill\CustomFieldsBundle\Service\CustomFieldProvider'
|
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
|
tags:
|
|
- { name: console.command }
|
|
|
|
Chill\PersonBundle\Command\ChillPersonMoveCommand:
|
|
arguments:
|
|
$em: '@Doctrine\ORM\EntityManagerInterface'
|
|
$mover: '@Chill\PersonBundle\Actions\Remove\PersonMove'
|
|
$chillLogger: '@chill.main.logger'
|
|
tags:
|
|
- { name: console.command }
|