File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
service_container/service_container Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22 single: DependencyInjection; Debug
33 single: Service Container; Debug
44
5- How to Debug the Service Container
6- ==================================
5+ How to Debug the Service Container & List Services
6+ ==================================================
77
88You can find out what services are registered with the container using the
99console. To show all services and the class for each service, run:
Original file line number Diff line number Diff line change 22 single: DependencyInjection; Importing Resources
33 single: Service Container; Importing Resources
44
5- How to Import Configuration Resources
6- =====================================
5+ How to Import Configuration Files/ Resources
6+ ===========================================
77
88.. tip ::
99
Original file line number Diff line number Diff line change 1- How to Make References Optional
2- ===============================
1+ How to Make Service Arguments/ References Optional
2+ =================================================
33
44Sometimes, one of your services may have an optional dependency, meaning
55that the dependency is not required for your service to work properly. In
Original file line number Diff line number Diff line change 22 single: DependencyInjection; Tags
33 single: Service Container; Tags
44
5- How to Work with Tags
6- =====================
5+ How to Work with Service Tags
6+ =============================
77
88In the same way that a blog post on the web might be tagged with things such
99as "Symfony" or "PHP", services configured in your container can also be
You can’t perform that action at this time.
0 commit comments