Searched defs:filesystem (Results 1 – 7 of 7) sorted by relevance
/webtrees/app/Services/ |
H A D | HousekeepingService.php | 237 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 D | UpgradeService.php | 148 public function downloadFile(string $url, FilesystemOperator $filesystem, string $path): int 217 …public function cleanFiles(FilesystemOperator $filesystem, Collection $folders_to_clean, Collectio…
|
H A D | AdminService.php | 246 public function gedcomFiles(FilesystemOperator $filesystem): Collection
|
H A D | MediaFileService.php | 282 …public function allFilesOnDisk(FilesystemOperator $filesystem, string $folder, bool $subfolders): …
|
/webtrees/app/Contracts/ |
H A D | ImageFactoryInterface.php | 35 …public function fileResponse(FilesystemOperator $filesystem, string $path, bool $download): Respon… 41 FilesystemOperator $filesystem,
|
/webtrees/app/Factories/ |
H A D | ImageFactory.php | 82 …public function fileResponse(FilesystemOperator $filesystem, string $path, bool $download): Respon… 104 FilesystemOperator $filesystem,
|
/webtrees/app/ |
H A D | Registry.php | 215 …public static function filesystem(FilesystemFactoryInterface|null $factory = null): FilesystemFact… function in Fisharebest\\Webtrees\\Registry
|