Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DClippingsCartModule.php785 $this->addSourceLinksToCart($family);
806 $this->addSourceLinksToCart($individual);
826 $this->addSourceLinksToCart($location);
919 protected function addSourceLinksToCart(GedcomRecord $record): void function in Fisharebest\\Webtrees\\Module\\ClippingsCartModule