Home
last modified time | relevance | path

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

/webtrees/app/Contracts/
H A DSurnameTraditionFactoryInterface.php32 public const PORTUGUESE = 'portuguese'; define
/webtrees/app/Factories/
H A DSurnameTraditionFactory.php50 $this->register(self::PORTUGUESE, new PortugueseSurnameTradition());
/webtrees/tests/app/Factories/
H A DSurnameTraditionFactoryTest.php49 …f(PortugueseSurnameTradition::class, $factory->make(SurnameTraditionFactoryInterface::PORTUGUESE));