LaravelLocalization::getNonLocalizedURL PHP 메소드

getNonLocalizedURL() 공개 정적인 메소드

It returns an URL without locale (if it has it) Convenience function wrapping getLocalizedURL(false)
public static getNonLocalizedURL ( string | false $url = null ) : string
$url string | false URL to clean, if false, current url would be taken
리턴 string URL with no locale in path
        public static function getNonLocalizedURL($url = null)
        {
            return \Mcamara\LaravelLocalization\LaravelLocalization::getNonLocalizedURL($url);
        }