Searched refs:RouteFactoryInterface (Results 1 – 3 of 3) sorted by relevance
40 use Fisharebest\Webtrees\Contracts\RouteFactoryInterface; alias92 private static RouteFactoryInterface $route_factory;403 * @param RouteFactoryInterface|null $factory405 * @return RouteFactoryInterface407 …public static function routeFactory(RouteFactoryInterface|null $factory = null): RouteFactoryInter…409 if ($factory instanceof RouteFactoryInterface) {
25 use Fisharebest\Webtrees\Contracts\RouteFactoryInterface; alias44 class RouteFactory implements RouteFactoryInterface
28 interface RouteFactoryInterface interface