eZ\Publish\Core\MVC\Symfony\SiteAccess\VersatileMatcher::reverseMatch PHP Method

reverseMatch() public method

Note: VersatileMatcher objects always receive a request with cleaned up pathinfo (i.e. no SiteAccess part inside).
public reverseMatch ( string $siteAccessName ) : eZ\Publish\Core\MVC\Symfony\SiteAccess\VersatileMatcher | null
$siteAccessName string
return eZ\Publish\Core\MVC\Symfony\SiteAccess\VersatileMatcher | null Typically the current matcher, with updated request.
    public function reverseMatch($siteAccessName);