Home
last modified time | relevance | path

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

/webtrees/app/Contracts/
H A DSurnameTraditionFactoryInterface.php31 public const MATRILINEAL = 'matrilineal'; define
/webtrees/app/Factories/
H A DSurnameTraditionFactory.php49 $this->register(self::MATRILINEAL, new MatrilinealSurnameTradition());
/webtrees/tests/app/Factories/
H A DSurnameTraditionFactoryTest.php45 …MatrilinealSurnameTradition::class, $factory->make(SurnameTraditionFactoryInterface::MATRILINEAL));