Skip to content

Commit fd9a696

Browse files
committed
Add API doc links
1 parent 12b8be3 commit fd9a696

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

cookbook/bundles/extension.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,8 @@ As long as your bundle's configuration is located in the standard location
496496
(``YourBundle\DependencyInjection\Configuration``) and does not have a
497497
``__construct()`` it will work automatically. If you have something
498498
different, your ``Extension`` class must override the
499-
``Extension::getConfiguration()`` method and return an instance of your
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
@@ -548,9 +549,9 @@ When creating an extension, follow these simple conventions:
548549
* The extension should provide an XSD schema.
549550

550551
If you follow these simple conventions, your extensions will be registered
551-
automatically by Symfony2. If not, override the Bundle
552-
:method:`Symfony\\Component\\HttpKernel\\Bundle\\Bundle::build` method in
553-
your bundle::
552+
automatically by Symfony2. If not, override the
553+
:method:`Bundle::build() <Symfony\\Component\\HttpKernel\\Bundle\\Bundle::build>`
554+
method in your bundle::
554555

555556
// ...
556557
use Acme\HelloBundle\DependencyInjection\UnconventionalExtensionClass;

0 commit comments

Comments
 (0)