FluidTYPO3\Flux\View\TemplatePaths::ensureAbsolutePath PHP Method

ensureAbsolutePath() protected method

Guarantees that $reference is turned into a correct, absolute path. The input can be a relative path or a FILE: or EXT: reference but cannot be a FAL resource identifier.
protected ensureAbsolutePath ( mixed $reference ) : mixed
$reference mixed
return mixed
    protected function ensureAbsolutePath($reference)
    {
        return PathUtility::translatePath($reference);
    }