Searched refs:SlugFactoryInterface (Results 1 – 3 of 3) sorted by relevance
42 use Fisharebest\Webtrees\Contracts\SlugFactoryInterface; alias96 private static SlugFactoryInterface $slug_factory;435 * @param SlugFactoryInterface|null $factory437 * @return SlugFactoryInterface439 …public static function slugFactory(SlugFactoryInterface|null $factory = null): SlugFactoryInterface441 if ($factory instanceof SlugFactoryInterface) {
22 use Fisharebest\Webtrees\Contracts\SlugFactoryInterface; alias35 class SlugFactory implements SlugFactoryInterface
27 interface SlugFactoryInterface interface