Searched refs:ignorePath (Results 1 – 1 of 1) sorted by relevance
288 … ->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