Lines Matching refs:request

135         $request = Registry::container()->get(ServerRequestInterface::class);  variable in Fisharebest\\Webtrees\\Module\\ClippingsCartModule
136 $route = Validator::attributes($request)->route();
197 public function getDownloadFormAction(ServerRequestInterface $request): ResponseInterface argument
199 $tree = Validator::attributes($request)->tree();
217 public function postDownloadAction(ServerRequestInterface $request): ResponseInterface argument
219 $tree = Validator::attributes($request)->tree();
231 $filename = Validator::parsedBody($request)->string('filename');
232 …$format = Validator::parsedBody($request)->isInArray(['gedcom', 'zip', 'zipmedia', 'gedzip']…
233 … $privacy = Validator::parsedBody($request)->isInArray($privacy_options)->string('privacy');
234 …$encoding = Validator::parsedBody($request)->isInArray([UTF8::NAME, UTF16BE::NAME, ANSEL::NAME…
235 …$line_endings = Validator::parsedBody($request)->isInArray(['CRLF', 'LF'])->string('line_endings');
294 public function getEmptyAction(ServerRequestInterface $request): ResponseInterface argument
296 $tree = Validator::attributes($request)->tree();
313 public function postRemoveAction(ServerRequestInterface $request): ResponseInterface argument
315 $tree = Validator::attributes($request)->tree();
316 $xref = Validator::queryParams($request)->isXref()->string('xref');
332 public function getShowAction(ServerRequestInterface $request): ResponseInterface argument
334 $tree = Validator::attributes($request)->tree();
367 public function getAddFamilyAction(ServerRequestInterface $request): ResponseInterface argument
369 $tree = Validator::attributes($request)->tree();
370 $xref = Validator::queryParams($request)->isXref()->string('xref');
393 public function postAddFamilyAction(ServerRequestInterface $request): ResponseInterface argument
395 $tree = Validator::attributes($request)->tree();
396 $xref = Validator::parsedBody($request)->isXref()->string('xref');
397 $option = Validator::parsedBody($request)->string('option');
439 public function getAddIndividualAction(ServerRequestInterface $request): ResponseInterface argument
441 $tree = Validator::attributes($request)->tree();
442 $xref = Validator::queryParams($request)->isXref()->string('xref');
477 public function postAddIndividualAction(ServerRequestInterface $request): ResponseInterface argument
479 $tree = Validator::attributes($request)->tree();
480 $xref = Validator::parsedBody($request)->isXref()->string('xref');
481 $option = Validator::parsedBody($request)->string('option');
545 public function getAddLocationAction(ServerRequestInterface $request): ResponseInterface argument
547 $tree = Validator::attributes($request)->tree();
548 $xref = Validator::queryParams($request)->isXref()->string('xref');
567 public function postAddLocationAction(ServerRequestInterface $request): ResponseInterface argument
569 $tree = Validator::attributes($request)->tree();
570 $xref = Validator::queryParams($request)->isXref()->string('xref');
579 public function getAddMediaAction(ServerRequestInterface $request): ResponseInterface argument
581 $tree = Validator::attributes($request)->tree();
582 $xref = Validator::queryParams($request)->isXref()->string('xref');
601 public function postAddMediaAction(ServerRequestInterface $request): ResponseInterface argument
603 $tree = Validator::attributes($request)->tree();
604 $xref = Validator::queryParams($request)->isXref()->string('xref');
613 public function getAddNoteAction(ServerRequestInterface $request): ResponseInterface argument
615 $tree = Validator::attributes($request)->tree();
616 $xref = Validator::queryParams($request)->isXref()->string('xref');
635 public function postAddNoteAction(ServerRequestInterface $request): ResponseInterface argument
637 $tree = Validator::attributes($request)->tree();
638 $xref = Validator::queryParams($request)->isXref()->string('xref');
647 public function getAddRepositoryAction(ServerRequestInterface $request): ResponseInterface argument
649 $tree = Validator::attributes($request)->tree();
650 $xref = Validator::queryParams($request)->isXref()->string('xref');
669 public function postAddRepositoryAction(ServerRequestInterface $request): ResponseInterface argument
671 $tree = Validator::attributes($request)->tree();
672 $xref = Validator::queryParams($request)->isXref()->string('xref');
685 public function getAddSourceAction(ServerRequestInterface $request): ResponseInterface argument
687 $tree = Validator::attributes($request)->tree();
688 $xref = Validator::queryParams($request)->isXref()->string('xref');
708 public function postAddSourceAction(ServerRequestInterface $request): ResponseInterface argument
710 $tree = Validator::attributes($request)->tree();
711 $xref = Validator::parsedBody($request)->isXref()->string('xref');
712 $option = Validator::parsedBody($request)->string('option');
731 public function getAddSubmitterAction(ServerRequestInterface $request): ResponseInterface argument
733 $tree = Validator::attributes($request)->tree();
734 $xref = Validator::queryParams($request)->isXref()->string('xref');
753 public function postAddSubmitterAction(ServerRequestInterface $request): ResponseInterface argument
755 $tree = Validator::attributes($request)->tree();
756 $xref = Validator::queryParams($request)->isXref()->string('xref');