File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -496,7 +496,8 @@ As long as your bundle's configuration is located in the standard location
496
496
(``YourBundle\DependencyInjection\Configuration ``) and does not have a
497
497
``__construct() `` it will work automatically. If you have something
498
498
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
500
501
``Configuration ``.
501
502
502
503
Comments and examples can be added to your configuration nodes using the
@@ -548,9 +549,9 @@ When creating an extension, follow these simple conventions:
548
549
* The extension should provide an XSD schema.
549
550
550
551
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::
554
555
555
556
// ...
556
557
use Acme\HelloBundle\DependencyInjection\UnconventionalExtensionClass;
You can’t perform that action at this time.
0 commit comments