File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/developers/extensions Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ Create an extension
29
29
===================
30
30
31
31
For the PHP package to be an extension you need a class
32
- extending `\Symfony\Component\DependencyInjection\Extension\Extension ` by
33
- implementing the interface
34
- `Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface ` we
35
- can also add our own configurations to our extension:
32
+ extending `\Symfony\Component\DependencyInjection\Extension\Extension `.
33
+ By implementing the interface
34
+ `Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface `
35
+ you can also configure the guides extension from your extension:
36
36
37
37
.. literalinclude :: _YourExtension.php
38
38
:language: php
You can’t perform that action at this time.
0 commit comments