Home
last modified time | relevance | path

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

/webtrees/app/Contracts/
H A DSurnameTraditionFactoryInterface.php36 public const ICELANDIC = 'icelandic'; define
/webtrees/app/Factories/
H A DSurnameTraditionFactory.php54 $this->register(self::ICELANDIC, new IcelandicSurnameTradition());
/webtrees/tests/app/Factories/
H A DSurnameTraditionFactoryTest.php43 …eOf(IcelandicSurnameTradition::class, $factory->make(SurnameTraditionFactoryInterface::ICELANDIC));