Home
last modified time | relevance | path

Searched refs:redirectUrl (Results 1 – 25 of 33) sorted by relevance

12

/webtrees/app/Http/RequestHandlers/
H A DRedirectModulePhp.php68 …return Registry::responseFactory()->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTL…
80 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectMediaViewerPhp.php57 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectIndividualPhp.php57 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectSourcePhp.php57 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectFamilyPhp.php57 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectGedRecordPhp.php57 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectRepositoryPhp.php57 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectNotePhp.php57 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectReportEnginePhp.php64 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectRepoListPhp.php62 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectSourceListPhp.php62 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectNoteListPhp.php62 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectStatisticsPhp.php65 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectPlaceListPhp.php66 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectLifeSpanPhp.php65 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectTimeLinePhp.php66 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectMediaListPhp.php68 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectCalendarPhp.php70 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectBranchesPhp.php68 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectCompactPhp.php70 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectFamListPhp.php70 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectIndiListPhp.php70 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
H A DRedirectHourGlassPhp.php70 ->redirectUrl($url, StatusCodeInterface::STATUS_MOVED_PERMANENTLY)
/webtrees/app/Factories/
H A DResponseFactory.php76 return $this->redirectUrl($url, $status);
87 …public function redirectUrl(UriInterface|string $url, int $code = StatusCodeInterface::STATUS_FOUN… function in Fisharebest\\Webtrees\\Factories\\ResponseFactory
/webtrees/app/Contracts/
H A DResponseFactoryInterface.php56 …public function redirectUrl(UriInterface|string $url, int $code = StatusCodeInterface::STATUS_FOUN… function

12