Frontend\Core\Engine\TemplateModifiers::getPath PHP 메소드

getPath() 공개 정적인 메소드

Fetch the path for an include (theme file if available, core file otherwise) syntax: {{ getpath($file) }}
public static getPath ( string $file ) : string
$file string The base path.
리턴 string
    public static function getPath($file)
    {
        return Theme::getPath($file);
    }