Frontend\Core\Engine\TemplateModifiers::getPath PHP Method

getPath() public static method

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.
return string
    public static function getPath($file)
    {
        return Theme::getPath($file);
    }