Home
last modified time | relevance | path

Searched refs:isAbsolutePath (Results 1 – 1 of 1) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Loader/
DFilesystemLoader.php97 $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