mirror of https://github.com/wallabag/wallabag.git
6aca334d53
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 |
||
---|---|---|
.. | ||
tests | ||
webpack | ||
config.yml | ||
config_dev.yml | ||
config_prod.yml | ||
config_test.yml | ||
parameters.yml.dist | ||
parameters_addons.yml | ||
parameters_test.yml | ||
routing.yml | ||
routing_dev.yml | ||
security.yml | ||
services.yml | ||
services_rabbit.yml | ||
services_redis.yml | ||
services_test.yml | ||
wallabag.yml |