Searched refs:RedirectAncestryPhp (Results 1 – 3 of 3) sorted by relevance
23 use Fisharebest\Webtrees\Http\RequestHandlers\RedirectAncestryPhp; alias71 $router->get(RedirectAncestryPhp::class, '/ancestry.php', RedirectAncestryPhp::class);
108 $handler = new RedirectAncestryPhp($module_service, $tree_service);127 $handler = new RedirectAncestryPhp($module_service, $tree_service);
40 class RedirectAncestryPhp implements RequestHandlerInterface class