File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 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
194194the ``Resources/doc/ `` directory; the ``Resources/doc/index.rst `` file is
195195the only mandatory file and must be the entry point for the documentation.
196196
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-
214197Routing
215198-------
216199
You can’t perform that action at this time.
0 commit comments