Home
last modified time | relevance | path

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

/webtrees/app/CustomTags/
H A DGedcomL.php50 use Fisharebest\Webtrees\Elements\MaidenheadLocator; alias
116 …'FAM:*:PLAC:_MAIDENHEAD' => new MaidenheadLocator(I18N::translate('Maidenhead location co…
170 …'INDI:*:PLAC:_MAIDENHEAD' => new MaidenheadLocator(I18N::translate('Maidenhead location co…
213 …'SOUR:DATA:EVEN:PLAC:_MAIDENHEAD' => new MaidenheadLocator(I18N::translate('Maidenhead location co…
299 …'_LOC:_MAIDENHEAD' => new MaidenheadLocator(I18N::translate('Maidenhead location co…
/webtrees/app/Elements/
H A DMaidenheadLocator.php30 class MaidenheadLocator extends AbstractElement class
/webtrees/tests/app/Elements/
H A DMaidenheadLocatorTest.php35 self::$element = new MaidenheadLocator('label');