Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DReportGenerate.php90 $destination = Validator::queryParams($request)->string('destination');
92 $user->setPreference('default-report-destination', $destination);
109 if ($destination === 'download') {
122 if ($destination === 'download') {
H A DReportSetupPage.php183 $destination = $user->getPreference('default-report-destination', 'view');
188 'destination' => $destination,
/webtrees/app/Services/
H A DUpgradeService.php189 * @param FilesystemOperator $destination
194 public function moveFiles(FilesystemOperator $source, FilesystemOperator $destination): void argument
198 $destination->write($attributes->path(), $source->read($attributes->path()));
/webtrees/resources/views/
H A Dreport-setup-page.phtml79 <?php if ($destination === 'download') : ?>