From 6fa2894b27067ca623fbc345f6df04da9258e8bf Mon Sep 17 00:00:00 2001 From: Sebastian Paczkowski <74934099+sebpacz@users.noreply.github.com> Date: Wed, 30 Dec 2020 10:19:59 +0100 Subject: [PATCH] Replace link to getConfiguration method In my opinion, the link should redirect to the class where we can preview the method that must be overridden. --- bundles/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/configuration.rst b/bundles/configuration.rst index 25f8d76e76f..40eaf331d4f 100644 --- a/bundles/configuration.rst +++ b/bundles/configuration.rst @@ -334,7 +334,7 @@ As long as your bundle's configuration is located in the standard location (``YourBundle\DependencyInjection\Configuration``) and does not have a constructor it will work automatically. If you have something different, your ``Extension`` class must override the -:method:`Extension::getConfiguration() ` +:method:`Extension::getConfiguration() ` method and return an instance of your ``Configuration``. Supporting XML