How to configure a service
In the previous topic, we got the mava_util service and used its methods to fetch user projects and tasks with various statuses. How does a service container construct a service? In other words, where are the configurations defined?
As developers, we give instructions on how to construct and return a service via the config.yml file. We can put the instructions directly in the config.yml file or somewhere else (that is, services.yml) and import them to config.yml.
Keep in mind that if you defined your services in a bundle, no further configuration is required and they will be loaded automatically. We will read more about this soon.
Open the mava/src/AppBundle/resources/config/services.yml file and note the definition for ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access