wallabag/src/Wallabag/CoreBundle/Controller
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
..
ConfigController.php Move to controller as a service 2022-12-19 10:38:08 +01:00
EntryController.php Move to controller as a service 2022-12-19 10:38:08 +01:00
ExceptionController.php Migrate first level template references to new notation 2022-08-25 21:09:26 +02:00
ExportController.php Move to controller as a service 2022-12-19 10:38:08 +01:00
FeedController.php Move to controller as a service 2022-12-19 10:38:08 +01:00
IgnoreOriginInstanceRuleController.php Move to controller as a service 2022-12-19 10:38:08 +01:00
SiteCredentialController.php Move to controller as a service 2022-12-19 10:38:08 +01:00
StaticController.php Move to controller as a service 2022-12-19 10:38:08 +01:00
TagController.php Move to controller as a service 2022-12-19 10:38:08 +01:00