wallabag/src/Wallabag/CoreBundle/Helper
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
..
ContentProxy.php Update to FOSUserBundle 3.1 2022-12-14 09:42:17 +01:00
CryptoProxy.php Typofixes 2022-10-03 18:31:43 -06:00
DownloadImages.php Update to FOSUserBundle 3.1 2022-12-14 09:42:17 +01:00
EntityTimestampsTrait.php Add EntityTimestampsTrait to handle dates 2017-07-06 09:01:51 +02:00
EntriesExport.php Move to controller as a service 2022-12-19 10:38:08 +01:00
FileCookieJar.php Cleanup cookie jar 2020-03-29 11:39:49 +02:00
HttpClientFactory.php Cleanup 2022-11-23 15:51:33 +01:00
PreparePagerForEntries.php Cleanup 2022-11-23 15:51:33 +01:00
Redirect.php Cleanup 2022-11-23 15:51:33 +01:00
RuleBasedIgnoreOriginProcessor.php Add new Helper to process Ignore Origin rules and RulerZ operator 2020-04-25 15:59:23 +02:00
RuleBasedTagger.php Fix tagging rule match when user a custom reading speed 2022-03-02 19:12:33 +01:00
TagsAssigner.php Fix CS 2022-12-13 10:26:51 +01:00
UrlHasher.php Update deps 2019-11-12 14:18:58 +01:00