Commit f25896d
committed
minor #16176 Add UrlHelper section to HttpFoundation docs (dreadnip)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
Add UrlHelper section to HttpFoundation docs
I was recently looking for a way to generate absolute URLs for assets in a service, and I finally stumbled upon the UrlHelper class after reading [this blog post](https://symfony.com/blog/new-in-symfony-4-3-url-helper), but I couldn't find any mention of it in the docs when searching for absolute_url() or anything related.
I then saw [this comment on the original PR](symfony/symfony#30862 (comment)), but saw no such PR for the docs.
This is my first contribution to the docs so any feedback is welcome.
Commits
-------
5720f50 Add UrlHelper section to HttpFoundation docs1 file changed
+32
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
783 | 783 | | |
784 | 784 | | |
785 | 785 | | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
786 | 818 | | |
787 | 819 | | |
788 | 820 | | |
| |||
0 commit comments