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 6181390 commit 1252df1Copy full SHA for 1252df1
components/dependency_injection/compilation.rst
@@ -80,6 +80,7 @@ a pass with the container to control where it goes in the order:
80
For example, to run your custom pass after the default removal passes have been run::
81
82
use Symfony\Component\DependencyInjection\ContainerBuilder;
83
+ use Symfony\Component\DependencyInjection\Compiler\PassConfig;
84
85
$container = new ContainerBuilder();
86
$container->addCompilerPass(new CustomCompilerPass, PassConfig::TYPE_AFTER_REMOVING);
0 commit comments