Searched refs:isAbsolutePath (Results 1 – 1 of 1) sorted by relevance
97 $checkPath = $this->isAbsolutePath($path) ? $path : $this->rootPath.$path;113 $checkPath = $this->isAbsolutePath($path) ? $path : $this->rootPath.$path;215 if (!$this->isAbsolutePath($path)) {280 private function isAbsolutePath(string $file): bool function in Twig\\Loader\\FilesystemLoader