Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DChartsBlockModule.php87 … $gedcomid = $tree->getUserPreference(Auth::user(), UserInterface::PREF_TREE_ACCOUNT_XREF);
243 … $gedcomid = $tree->getUserPreference(Auth::user(), UserInterface::PREF_TREE_ACCOUNT_XREF);
H A DModuleThemeTrait.php329 …tory()->make($tree->getUserPreference(Auth::user(), UserInterface::PREF_TREE_ACCOUNT_XREF), $tree);
386 $my_xref = $tree->getUserPreference(Auth::user(), UserInterface::PREF_TREE_ACCOUNT_XREF);
H A DUserWelcomeModule.php78 $gedcomid = $tree->getUserPreference(Auth::user(), UserInterface::PREF_TREE_ACCOUNT_XREF);
H A DBranchesListModule.php178 $xref = $tree->getUserPreference($user, UserInterface::PREF_TREE_ACCOUNT_XREF);
H A DRelationshipsChartModule.php143 …xref = $individual->tree()->getUserPreference(Auth::user(), UserInterface::PREF_TREE_ACCOUNT_XREF);
/webtrees/app/
H A DTree.php557 …vidual === null && $this->getUserPreference($user, UserInterface::PREF_TREE_ACCOUNT_XREF) !== '') {
558 …dualFactory()->make($this->getUserPreference($user, UserInterface::PREF_TREE_ACCOUNT_XREF), $this);
H A DIndividual.php128 …omid = $this->tree->getUserPreference(Auth::user(), UserInterface::PREF_TREE_ACCOUNT_XREF);
150 …ke($target->tree->getUserPreference(Auth::user(), UserInterface::PREF_TREE_ACCOUNT_XREF), $target-…
H A DGedcomRecord.php1107 … === $this->tree->getUserPreference(Auth::user(), UserInterface::PREF_TREE_ACCOUNT_XREF) && $acces…
/webtrees/app/Contracts/
H A DUserInterface.php43 public const PREF_TREE_ACCOUNT_XREF = 'gedcomid'; define
/webtrees/app/Http/RequestHandlers/
H A DAccountEdit.php71 …tory()->make($tree->getUserPreference(Auth::user(), UserInterface::PREF_TREE_ACCOUNT_XREF), $tree);
H A DMergeFactsAction.php120 …->whereIn('setting_name', [UserInterface::PREF_TREE_ACCOUNT_XREF, UserInterface::PREF_TREE_DEFAULT…
H A DUserEditAction.php142 $tree->setUserPreference($edit_user, UserInterface::PREF_TREE_ACCOUNT_XREF, $gedcom_id);
H A DRenumberTreeAction.php151 …->whereIn('setting_name', [UserInterface::PREF_TREE_ACCOUNT_XREF, UserInterface::PREF_TREE_DEFAULT…
/webtrees/app/Statistics/Repository/
H A DUserRepository.php110 …ory()->make($this->tree->getUserPreference($user, UserInterface::PREF_TREE_ACCOUNT_XREF), $this->t…
/webtrees/tests/feature/
H A DPrivacy.php150 $tree->setUserPreference($member, UserInterface::PREF_TREE_ACCOUNT_XREF, $savannah->xref());
/webtrees/tests/app/Services/
H A DUserServiceTest.php117 $tree->setUserPreference($user, UserInterface::PREF_TREE_ACCOUNT_XREF, $indi->xref());
/webtrees/app/Services/
H A DUserService.php96 ->where('setting_name', '=', UserInterface::PREF_TREE_ACCOUNT_XREF)
/webtrees/tests/app/
H A DTreeTest.php255 $tree->setUserPreference($user, UserInterface::PREF_TREE_ACCOUNT_XREF, $record3->xref());