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.
2 parents 235535b + 0b4a963 commit bc9f346Copy full SHA for bc9f346
components/http_kernel.rst
@@ -754,10 +754,6 @@ directory of FooBundle.
754
The HttpKernel component provides a method called :method:`Symfony\\Component\\HttpKernel\\Kernel::locateResource`
755
which can be used to transform logical paths into physical paths::
756
757
- use Symfony\Component\HttpKernel\HttpKernel;
758
-
759
- // ...
760
- $kernel = new HttpKernel($dispatcher, $resolver);
761
$path = $kernel->locateResource('@FooBundle/Resources/config/services.xml');
762
763
Learn more
0 commit comments