Searched refs:ca_place (Results 1 – 1 of 1) sorted by relevance
128 $ca_place = Validator::parsedBody($request)->string('ca_place');137 …$note_text = $this->createNoteText($census, $ca_title, $ca_place, $ca_citation, $ca_individuals,…158 * @param string $ca_place165 …private function createNoteText(CensusInterface $census, string $ca_title, string $ca_place, strin… argument173 if ($ca_place !== '') {174 $text .= "\n" . $ca_place;