File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ as integration of other related components:
21
21
22
22
framework :
23
23
# ...
24
- form : true
24
+ form : true
25
25
26
26
.. code-block :: xml
27
27
@@ -33,7 +33,7 @@ as integration of other related components:
33
33
34
34
$container->loadFromExtension('framework', array(
35
35
// ...
36
- 'form' => true,
36
+ 'form' => true,
37
37
// ...
38
38
));
39
39
@@ -498,9 +498,9 @@ When creating an extension, follow these simple conventions:
498
498
* The extension should provide an XSD schema.
499
499
500
500
If you follow these simple conventions, your extensions will be registered
501
- automatically by Symfony2. If not, override the Bundle
502
- :method: `Symfony\\ Component\\ HttpKernel\\ Bundle\\ Bundle::build ` method in
503
- your bundle::
501
+ automatically by Symfony2. If not, override the
502
+ :method: `Bundle::build() < Symfony\\ Component\\ HttpKernel\\ Bundle\\ Bundle::build> `
503
+ method in your bundle::
504
504
505
505
// ...
506
506
use Acme\HelloBundle\DependencyInjection\UnconventionalExtensionClass;
You can’t perform that action at this time.
0 commit comments