wallabag/src/Wallabag/AnnotationBundle
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
..
Controller Move to controller as a service 2022-12-19 10:38:08 +01:00
DataFixtures Remove support for PHP < 7.2 2020-06-15 08:25:59 +02:00
DependencyInjection Update to FOSUserBundle 3.1 2022-12-14 09:42:17 +01:00
Entity Optionnal quote because the frontend does not use it 2019-11-27 14:38:35 +01:00
Form Optionnal quote because the frontend does not use it 2019-11-27 14:38:35 +01:00
Repository Cleanup 2022-11-23 15:51:33 +01:00
WallabagAnnotationBundle.php Rename CommentBundle with AnnotationBundle 2016-02-26 18:14:42 +01:00