Home
last modified time | relevance | path

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

/webtrees/app/Contracts/
H A DSurnameTraditionFactoryInterface.php33 public const string SPANISH = 'spanish';
/webtrees/app/Factories/
H A DSurnameTraditionFactory.php51 $this->register(self::SPANISH, new SpanishSurnameTradition());
/webtrees/tests/app/Factories/
H A DSurnameTraditionFactoryTest.php50 …tanceOf(SpanishSurnameTradition::class, $factory->make(SurnameTraditionFactoryInterface::SPANISH));