Skip to Content
Mastering Symfony
book

Mastering Symfony

by Sohail Salehi
April 2016
Intermediate to advanced content levelIntermediate to advanced
290 pages
5h 51m
English
Packt Publishing
Content preview from Mastering Symfony

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.
Start your free trial

You might also like

Persistence in PHP with Doctrine ORM

Persistence in PHP with Doctrine ORM

Kevin Dunglas
PHP Web Services

PHP Web Services

Lorna Jane Mitchell
Mastering PHP 7

Mastering PHP 7

Branko Ajzele
PHP 7: Real World Application Development

PHP 7: Real World Application Development

Doug Bierer, Altaf Hussain, Branko Ajzele

Publisher Resources

ISBN: 9781784390310Supplemental Content