wallabag/src/Wallabag/ImportBundle
Jeremy Benoist 6aca334d53
Move to controller as a service
Mostly using autowiring to inject deps.
The only tricky part was for import because all producer use the same class and have a different alias. So we must write them down in the service definition, autowiring doesn't work in that case.

Usually:
- if a controller has a constructor, it means injected services are at least re-used once in actions
- otherwise, service are injected per action
2022-12-19 10:38:08 +01:00
..
Command Remove ContainerAwareCommand from commands 2022-12-16 10:02:15 +01:00
Consumer Fix EventDispatcer & events 2022-12-15 21:47:31 +01:00
Controller Move to controller as a service 2022-12-19 10:38:08 +01:00
DependencyInjection Update to FOSUserBundle 3.1 2022-12-14 09:42:17 +01:00
Form/Type Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
Import Fix EventDispatcer & events 2022-12-15 21:47:31 +01:00
Redis Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
Resources/views Move services and parameters to app services 2022-08-31 02:05:29 +02:00
WallabagImportBundle.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00