Home
last modified time | relevance | path

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

/webtrees/app/Contracts/
H A DSurnameTraditionFactoryInterface.php34 public const POLISH = 'polish'; define
/webtrees/app/Factories/
H A DSurnameTraditionFactory.php52 $this->register(self::POLISH, new PolishSurnameTradition());
/webtrees/tests/app/Factories/
H A DSurnameTraditionFactoryTest.php48 …nstanceOf(PolishSurnameTradition::class, $factory->make(SurnameTraditionFactoryInterface::POLISH));