We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e5a39 commit d59076fCopy full SHA for d59076f
components/dependency_injection/compilation.rst
@@ -252,7 +252,8 @@ Creating a Compiler Pass
252
------------------------
253
254
You can also create and register your own compiler passes with the container.
255
-To create a compiler pass it needs to implement the :class:`Symfony\\Component\\DependencyInjection\\Compiler\\CompilerPassInterface`
+To create a compiler pass it needs to implement the
256
+:class:`Symfony\\Component\\DependencyInjection\\Compiler\\CompilerPassInterface`
257
interface. The compiler pass gives you an opportunity to manipulate the service
258
definitions that have been compiled. This can be very powerful, but is not
259
something needed in everyday use.
0 commit comments