Home
last modified time | relevance | path

Searched refs:RouteFactoryInterface (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/
H A DRegistry.php40 use Fisharebest\Webtrees\Contracts\RouteFactoryInterface; alias
92 private static RouteFactoryInterface $route_factory;
403 * @param RouteFactoryInterface|null $factory
405 * @return RouteFactoryInterface
407 …public static function routeFactory(RouteFactoryInterface|null $factory = null): RouteFactoryInter…
409 if ($factory instanceof RouteFactoryInterface) {
/webtrees/app/Factories/
H A DRouteFactory.php25 use Fisharebest\Webtrees\Contracts\RouteFactoryInterface; alias
44 class RouteFactory implements RouteFactoryInterface
/webtrees/app/Contracts/
H A DRouteFactoryInterface.php28 interface RouteFactoryInterface interface