8000 Fix compiler pass phase when extensions that implements CompilerPassI… by l-vo · Pull Request #12986 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Fix compiler pass phase when extensions that implements CompilerPassI… #12986

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
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
2 changes: 1 addition & 1 deletion components/dependency_injection/compilation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ methods described in :doc:`/service_container/definitions`.
.. note::

Please note that the ``process()`` method in the extension class is
called during the optimization step. You can read
called during the ``PassConfig::TYPE_BEFORE_OPTIMIZATION`` step. You can read
:ref:`the next section <components-di-separate-compiler-passes>` if you
need to edit the container during another step.

Expand Down
0