Home
last modified time | relevance | path

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

/webtrees/app/Services/
H A DMediaFileService.php288 … ->filter(fn (StorageAttributes $attributes): bool => !$this->ignorePath($attributes->path()))
338 … ->filter(fn (StorageAttributes $attributes): bool => !$this->ignorePath($attributes->path()))
382 … ->filter(fn (StorageAttributes $attributes): bool => !$this->ignorePath($attributes->path()))
402 private function ignorePath(string $path): bool function in Fisharebest\\Webtrees\\Services\\MediaFileService