8000 Merge remote-tracking branch 'origin/2.1' into 2.1 · craue/symfony-docs@162cc6b · GitHub
[go: up one dir, main page]

Skip to content

Commit 162cc6b

Browse files
committed
Merge remote-tracking branch 'origin/2.1' into 2.1
2 parents 776ae4c + 6010340 commit 162cc6b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cookbook/bundles/extension.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,10 @@ be output to the console in yaml.
494494

495495
As long as your bundle's configuration is located in the standard location
496496
(``YourBundle\DependencyInjection\Configuration``) and does not have a
497-
``__constructor()`` it will work automatically. If you have a something
498-
different your ``Extension`` class will have to override the
499-
``Extension::getConfiguration()`` method. Have it return an instance of your
497+
``__construct()`` it will work automatically. If you have something
498+
different, your ``Extension`` class must override the
499+
:method:`Extension::getConfiguration() <Symfony\\Component\\HttpKernel\\DependencyInjection\\Extension::getConfiguration>`
500+
method and return an instance of your
500501
``Configuration``.
501502

502503
Comments and examples can be added to your configuration nodes using the

0 commit comments

Comments
 (0)
0