Searched refs:record_type (Results 1 – 11 of 11) sorted by relevance
/webtrees/app/Services/ |
H A D | ClipboardService.php | 48 $record_type = $fact->record()->tag(); 52 unset($clipboard[$record_type][$fact_id]); 54 $clipboard[$record_type][$fact_id] = $fact->gedcom(); 57 $clipboard[$record_type] = array_slice($clipboard[$record_type], -self::CLIPBOARD_SIZE); 74 $record_type = $record->tag(); 76 if (isset($clipboard[$record_type][$fact_id])) { 77 $record->createFact($clipboard[$record_type][$fact_id], true);
|
H A D | GedcomEditService.php | 116 * @param string $record_type 124 …public function editLinesToGedcom(string $record_type, array $levels, array $tags, array $values, … argument 133 $hierarchy = [$record_type];
|
H A D | GedcomImportService.php | 267 foreach (Gedcom::CUSTOM_RECORDS_WITHOUT_XREFS as $record_type) { 268 if (preg_match('/^0 ' . $record_type . '\b/', $gedrec) === 1) {
|
/webtrees/app/Http/RequestHandlers/ |
H A D | TreePrivacyPage.php | 150 foreach ([Family::RECORD_TYPE, Individual::RECORD_TYPE] as $record_type) { 151 … foreach (Registry::elementFactory()->make($record_type)->subtags() as $subtag => $occurrence) { 153 … $tags[$subtag] = Registry::elementFactory()->make($record_type . ':' . $subtag)->label();
|
/webtrees/app/Contracts/ |
H A D | XrefFactoryInterface.php | 30 * @param string $record_type 34 public function make(string $record_type): string; argument
|
/webtrees/app/Elements/ |
H A D | EventTypeCitedFrom.php | 113 foreach ($data as $record_type => $subtags) { 115 $element = Registry::elementFactory()->make($record_type . ':' . $subtag);
|
H A D | EventsRecorded.php | 161 foreach (['INDI', 'FAM'] as $record_type) { 162 $element = Registry::elementFactory()->make($record_type . ':' . $tag);
|
/webtrees/app/Factories/ |
H A D | XrefFactory.php | 34 * @param string $record_type 38 public function make(string $record_type): string argument
|
/webtrees/app/Statistics/Repository/ |
H A D | EventRepository.php | 337 foreach ([Individual::RECORD_TYPE, Family::RECORD_TYPE] as $record_type) { 338 $element = Registry::elementFactory()->make($record_type . ':' . $row->fact);
|
/webtrees/app/Report/ |
H A D | ReportParserGenerate.php | 1266 foreach ([Individual::RECORD_TYPE, Family::RECORD_TYPE] as $record_type) { 1267 $element = Registry::elementFactory()->make($record_type . ':' . $this->fact);
|
/webtrees/ |
H A D | phpstan-baseline.neon | 1888 …message: '#^Parameter \#1 \$record_type of method Fisharebest\\Webtrees\\Services\\GedcomEditServi… 1930 …message: '#^Parameter \#1 \$record_type of method Fisharebest\\Webtrees\\Services\\GedcomEditServi…
|