Home
last modified time | relevance | path

Searched refs:mapLink (Results 1 – 6 of 6) sorted by relevance

/webtrees/tests/app/Module/
H A DMapLinkOpenStreetMapTest.php41 $html = $module->mapLink($fact);
59 $html = $module->mapLink($fact);
H A DMapLinkGoogleTest.php41 $html = $module->mapLink($fact);
59 $html = $module->mapLink($fact);
H A DMapLinkBingTest.php41 $html = $module->mapLink($fact);
62 $html = $module->mapLink($fact);
/webtrees/app/Module/
H A DModuleMapLinkInterface.php34 public function mapLink(Fact $fact): string; function
H A DModuleMapLinkTrait.php52 public function mapLink(Fact $fact): string function
/webtrees/resources/views/
H A Dfact-place.phtml37 …lass)->map(fn (ModuleMapLinkInterface $module): string => ' ' . $module->mapLink($fact))->implode(…