Lines Matching refs:Registry

363         $xref   = Registry::xrefFactory()->make($match[1]);
383 $record = Registry::gedcomRecordFactory()->new($xref, $gedcom, null, $this);
385 $pending_changes_service = Registry::container()->get(PendingChangesService::class);
391 return Registry::gedcomRecordFactory()->new($xref, '', $gedcom, $this);
408 $xref = Registry::xrefFactory()->make(Family::RECORD_TYPE);
428 $record = Registry::familyFactory()->new($xref, $gedcom, null, $this);
430 $pending_changes_service = Registry::container()->get(PendingChangesService::class);
436 return Registry::familyFactory()->new($xref, '', $gedcom, $this);
453 $xref = Registry::xrefFactory()->make(Individual::RECORD_TYPE);
473 $record = Registry::individualFactory()->new($xref, $gedcom, null, $this);
475 $pending_changes_service = Registry::container()->get(PendingChangesService::class);
481 return Registry::individualFactory()->new($xref, '', $gedcom, $this);
498 $xref = Registry::xrefFactory()->make(Media::RECORD_TYPE);
518 $record = Registry::mediaFactory()->new($xref, $gedcom, null, $this);
520 $pending_changes_service = Registry::container()->get(PendingChangesService::class);
526 return Registry::mediaFactory()->new($xref, '', $gedcom, $this);
542 $individual = Registry::individualFactory()->make($xref, $this);
545 $family = Registry::familyFactory()->make($xref, $this);
554 …$individual = Registry::individualFactory()->make($this->getUserPreference($user, UserInterface::P…
558 …$individual = Registry::individualFactory()->make($this->getUserPreference($user, UserInterface::P…
562 …$individual = Registry::individualFactory()->make($this->getPreference('PEDIGREE_ROOT_ID'), $this);
570 $individual = Registry::individualFactory()->make($xref, $this);
575 $individual = Registry::individualFactory()->new('I', '0 @I@ INDI', null, $this);
588 return Registry::filesystem()->data($this->getPreference('MEDIA_DIRECTORY'));