Skip to content

fix reference #7951

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions service_container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ each time you ask for it.

Thanks to this configuration, you can automatically use any classes from the
``src/AppBundle`` directory as a service, without needing to manually configure
it. Later, you'll learn more about this later in :ref:`service-psr4-loader`.
it. You'll learn more about this later in :ref:`importing-many-services-at-once-with-resource`.

If you'd prefer to manually wire your service, that's totally possible: see
:ref:`services-explicitly-configure-wire-services`.
Expand Down Expand Up @@ -806,8 +806,6 @@ need to make your service public, just override this setting:
</services>
</container>

.. _service-psr4-loader:

Importing Many Services at once with resource
---------------------------------------------

Expand Down Expand Up @@ -998,4 +996,4 @@ Learn more
/service_container/*

.. _`service-oriented architecture`: https://en.wikipedia.org/wiki/Service-oriented_architecture
.. _`Symfony Standard Edition (version 3.3) services.yml`: https://github.com/symfony/symfony-standard/blob/master/app/config/services.yml
.. _`Symfony Standard Edition (version 3.3) services.yml`: https://github.com/symfony/symfony-standard/blob/master/app/config/services.yml