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

Why didn't we import services inside the bundle?

You may have noticed that we have a service.yml file in our AppBundle that is not imported to config.yml:

# app/config/config.yml
imports:
    - { resource: parameters.yml }
    - { resource: security.yml }
    - { resource: services.yml }    #app/config/services.yml
    - { resource: @AppBundle/Resources/config/admin.yml }
    { resource: sonata_classification.yml }

How come our mava_util service (which has been configured in src/AppBundle/Resources/config/services.yml) works?

Please bear in mind that there is nothing wrong with adding another resource line as follows:

     - { resource: @AppBundle/Resources/config/services.yml }

We are about to see another Symfony feature that makes bundles more decoupled.

When we generate a ...

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