wallabag/src/Wallabag/CoreBundle
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 Update all Doctrine deps 2022-12-16 10:29:42 +01:00
Controller Move to controller as a service 2022-12-19 10:38:08 +01:00
DataFixtures Remove LiipThemeBundle 2022-11-23 14:52:06 +01:00
DependencyInjection Update to FOSUserBundle 3.1 2022-12-14 09:42:17 +01:00
Doctrine Update all Doctrine deps 2022-12-16 10:29:42 +01:00
Entity Fix CS 2022-12-13 10:26:51 +01:00
Event Fix EventDispatcer & events 2022-12-15 21:47:31 +01:00
Form Cleanup 2022-11-23 15:51:33 +01:00
GuzzleSiteAuthenticator Remove some deprecation 2022-11-22 21:39:34 +01:00
Helper Move to controller as a service 2022-12-19 10:38:08 +01:00
Operator Use FQCN as service name for Rulerz operators 2022-08-24 23:24:25 +02:00
ParamConverter Move to controller as a service 2022-12-19 10:38:08 +01:00
Repository Fix CS 2022-12-13 10:26:51 +01:00
Resources Update PagerFanta 2022-12-16 12:22:56 +01:00
Tools Changed RSS to Atom feed and improve paging 2019-04-25 13:46:31 +02:00
Twig Move to controller as a service 2022-12-19 10:38:08 +01:00
WallabagCoreBundle.php Move API stuff in ApiBundle 2015-04-01 21:59:12 +02:00