Home
last modified time | relevance | path

Searched defs:filesystem (Results 1 – 7 of 7) sorted by relevance

/webtrees/app/Services/
H A DHousekeepingService.php237 public function deleteOldWebtreesFiles(FilesystemOperator $filesystem): array
259 public function deleteOldFiles(FilesystemOperator $filesystem, string $path, int $max_age): void
308 private function deleteFileOrFolder(FilesystemOperator $filesystem, string $path): bool
H A DUpgradeService.php148 public function downloadFile(string $url, FilesystemOperator $filesystem, string $path): int
217 …public function cleanFiles(FilesystemOperator $filesystem, Collection $folders_to_clean, Collectio…
H A DAdminService.php246 public function gedcomFiles(FilesystemOperator $filesystem): Collection
H A DMediaFileService.php282 …public function allFilesOnDisk(FilesystemOperator $filesystem, string $folder, bool $subfolders): …
/webtrees/app/Contracts/
H A DImageFactoryInterface.php35 …public function fileResponse(FilesystemOperator $filesystem, string $path, bool $download): Respon…
41 FilesystemOperator $filesystem,
/webtrees/app/Factories/
H A DImageFactory.php82 …public function fileResponse(FilesystemOperator $filesystem, string $path, bool $download): Respon…
104 FilesystemOperator $filesystem,
/webtrees/app/
H A DRegistry.php215 …public static function filesystem(FilesystemFactoryInterface|null $factory = null): FilesystemFact… function in Fisharebest\\Webtrees\\Registry