Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DSearchReplaceAction.php100 $count = $this->replacePlaces($records, $search, $replace);
104 $count = $this->replacePlaces($records, $search, $replace);
178 private function replacePlaces(Collection $records, string $search, string $replace): int function in Fisharebest\\Webtrees\\Http\\RequestHandlers\\SearchReplaceAction