Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct (RequestStack $requestStack, RequestContext $requestContext=null) | |
getAbsoluteUrl (string $path) | |
getRelativePath (string $path) | |
A helper service for manipulating URLs within and outside the request scope.
Definition at line 21 of file UrlHelper.php.
Symfony\Component\HttpFoundation\UrlHelper::__construct | ( | RequestStack | $requestStack, |
RequestContext | $requestContext = null |
||
) |
Definition at line 26 of file UrlHelper.php.
Symfony\Component\HttpFoundation\UrlHelper::getAbsoluteUrl | ( | string | $path | ) |
Definition at line 32 of file UrlHelper.php.
Symfony\Component\HttpFoundation\UrlHelper::getRelativePath | ( | string | $path | ) |
Definition at line 61 of file UrlHelper.php.