File tree 1 file changed +0
-17
lines changed 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -194,23 +194,6 @@ Extensive documentation should also be provided in the
194
194
the ``Resources/doc/ `` directory; the ``Resources/doc/index.rst `` file is
195
195
the only mandatory file and must be the entry point for the documentation.
196
196
197
- Controllers
198
- -----------
199
-
200
- As a best practice, controllers in a bundle that's meant to be distributed
201
- to others must not extend the
202
- :class: `Symfony\\ Bundle\\ FrameworkBundle\\ Controller\\ Controller ` base class.
203
- They can implement
204
- :class: `Symfony\\ Component\\ DependencyInjection\\ ContainerAwareInterface ` or
205
- extend :class: `Symfony\\ Component\\ DependencyInjection\\ ContainerAware `
206
- instead.
207
-
208
- .. note ::
209
-
210
- If you have a look at
211
- :class: `Symfony\\ Bundle\\ FrameworkBundle\\ Controller\\ Controller ` methods,
212
- you will see that they are only nice shortcuts to ease the learning curve.
213
-
214
197
Routing
215
198
-------
216
199
You can’t perform that action at this time.
0 commit comments