Blade::getCompiledPath PHP Method

getCompiledPath() public static method

Get the path to the compiled version of a view.
public static getCompiledPath ( string $path ) : string
$path string
return string
        public static function getCompiledPath($path)
        {
            //Method inherited from \Illuminate\View\Compilers\Compiler
            return \Illuminate\View\Compilers\BladeCompiler::getCompiledPath($path);
        }