forked fromsymfony/symfony-docs
- Notifications
You must be signed in to change notification settings - Fork0
Commit4d0ff8f
committed
minorsymfony#3732 Update routing.rst. Explain using url() v. path(). (ackerman)
This PR was submitted for the 2.4 branch but it was merged into the 2.3 branch instead (closessymfony#3732).Discussion----------Update routing.rst. Explain using url() v. path().The original documentation seemed to imply that, when generating absolute URLs from a template, the argument TRUE should be supplied to the url() method. This change explains that in Twig, one uses the url() method to generate an absolute URL.Commits-------6eac303 Update routing.rst. Explain using url() v. path().1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1240 | 1240 | | |
1241 | 1241 | | |
1242 | 1242 | | |
1243 | | - | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
1244 | 1246 | | |
1245 | 1247 | | |
1246 | 1248 | | |
| |||
0 commit comments
Comments
(0)