Home
last modified time | relevance | path

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

/webtrees/app/Services/
H A DClipboardService.php48 $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 DGedcomEditService.php116 * @param string $record_type
124 …public function editLinesToGedcom(string $record_type, array $levels, array $tags, array $values, … argument
133 $hierarchy = [$record_type];
H A DGedcomImportService.php267 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 DTreePrivacyPage.php150 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 DXrefFactoryInterface.php30 * @param string $record_type
34 public function make(string $record_type): string; argument
/webtrees/app/Elements/
H A DEventTypeCitedFrom.php113 foreach ($data as $record_type => $subtags) {
115 $element = Registry::elementFactory()->make($record_type . ':' . $subtag);
H A DEventsRecorded.php161 foreach (['INDI', 'FAM'] as $record_type) {
162 $element = Registry::elementFactory()->make($record_type . ':' . $tag);
/webtrees/app/Factories/
H A DXrefFactory.php34 * @param string $record_type
38 public function make(string $record_type): string argument
/webtrees/app/Statistics/Repository/
H A DEventRepository.php337 foreach ([Individual::RECORD_TYPE, Family::RECORD_TYPE] as $record_type) {
338 $element = Registry::elementFactory()->make($record_type . ':' . $row->fact);
/webtrees/app/Report/
H A DReportParserGenerate.php1266 foreach ([Individual::RECORD_TYPE, Family::RECORD_TYPE] as $record_type) {
1267 $element = Registry::elementFactory()->make($record_type . ':' . $this->fact);
/webtrees/
H A Dphpstan-baseline.neon1888 …message: '#^Parameter \#1 \$record_type of method Fisharebest\\Webtrees\\Services\\GedcomEditServi…
1930 …message: '#^Parameter \#1 \$record_type of method Fisharebest\\Webtrees\\Services\\GedcomEditServi…