Home
last modified time | relevance | path

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

/webtrees/app/
H A DHtml.php85 public static function filename(string $filename): string argument
H A DMediaFile.php379 public function filename(): string function in Fisharebest\\Webtrees\\MediaFile
/webtrees/app/Services/
H A DTreeService.php238 …public function importGedcomFile(Tree $tree, StreamInterface $stream, string $filename, string $en…
H A DGedcomExportService.php108 string $filename,
H A DModuleService.php719 private static function load(string $filename): ModuleInterface|null
722 return include $filename; variable in Fisharebest\\Webtrees\\Services\\ModuleService
/webtrees/tests/
H A DTestCase.php202 … protected function createUploadedFile(string $filename, string $mime_type): UploadedFileInterface
/webtrees/app/Factories/
H A DImageFactory.php283 …protected function imageResponse(string $data, string $mime_type, string $filename): ResponseInter…