Home
last modified time | relevance | path

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

/webtrees/app/
H A DRegistry.php42 use Fisharebest\Webtrees\Contracts\SlugFactoryInterface; alias
96 private static SlugFactoryInterface $slug_factory;
435 * @param SlugFactoryInterface|null $factory
437 * @return SlugFactoryInterface
439 …public static function slugFactory(SlugFactoryInterface|null $factory = null): SlugFactoryInterface
441 if ($factory instanceof SlugFactoryInterface) {
/webtrees/app/Factories/
H A DSlugFactory.php22 use Fisharebest\Webtrees\Contracts\SlugFactoryInterface; alias
35 class SlugFactory implements SlugFactoryInterface
/webtrees/app/Contracts/
H A DSlugFactoryInterface.php27 interface SlugFactoryInterface interface