This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ order of precedence):
248
248
249
249
* Explicit: The ``Route `` document itself can explicitly declare the target
250
250
Controller if one is returned from ``getDefault('_controller') ``.
251
- * By alias : The ``Route `` document returns a value from ``getDefault('type') ``,
251
+ * By type : The ``Route `` document returns a value from ``getDefault('type') ``,
252
252
which is then matched against the provided configuration from config.yml
253
253
* By class: Requires the ``Route `` document to implement ``RouteObjectInterface ``
254
254
and return an object for ``getContent() ``. The returned class type is
@@ -302,7 +302,7 @@ Here's an example of how to configure the above mentioned options:
302
302
cmf_content.controller::indexAction
303
303
</controllers-by-class >
304
304
305
- <templates-by-class alias =" Symfony\Cmf\Bundle\ContentBundle\Document\StaticContent"
305
+ <templates-by-class class =" Symfony\Cmf\Bundle\ContentBundle\Document\StaticContent"
306
306
>
307
307
CmfContentBundle:StaticContent:index.html.twig
308
308
</templates-by-class >
You can’t perform that action at this time.
0 commit comments