/webtrees/app/Module/ |
H A D | ModuleDataFixTrait.php | 48 public function fixOptions(Tree $tree): string 62 public function recordsToFix(Tree $tree, array $params): Collection 158 protected function familiesToFix(Tree $tree, array $params): Collection|null 169 protected function familiesToFixQuery(Tree $tree, array $params): Builder 189 protected function individualsToFix(Tree $tree, array $params): Collection|null 200 protected function individualsToFixQuery(Tree $tree, array $params): Builder 220 protected function locationsToFix(Tree $tree, array $params): Collection|null 231 protected function locationsToFixQuery(Tree $tree, array $params): Builder 252 protected function mediaToFix(Tree $tree, array $params): Collection|null 263 protected function mediaToFixQuery(Tree $tree, array $params): Builder [all …]
|
H A D | SearchMenuModule.php | 74 public function getMenu(Tree $tree): Menu|null 93 protected function menuSearchGeneral(Tree $tree): Menu 103 protected function menuSearchPhonetic(Tree $tree): Menu 116 protected function menuSearchAdvanced(Tree $tree): Menu 128 protected function menuSearchAndReplace(Tree $tree): Menu|null
|
H A D | CalendarMenuModule.php | 64 public function getMenu(Tree $tree): Menu|null 80 protected function calendarDayMenu(Tree $tree): Menu 93 protected function calendarMonthMenu(Tree $tree): Menu 106 protected function calendarYearMenu(Tree $tree): Menu
|
H A D | FixDuplicateLinks.php | 74 protected function familiesToFix(Tree $tree, array $params): Collection 90 protected function individualsToFix(Tree $tree, array $params): Collection|null 106 protected function mediaToFix(Tree $tree, array $params): Collection 122 protected function notesToFix(Tree $tree, array $params): Collection 138 protected function repositoriesToFix(Tree $tree, array $params): Collection 154 protected function sourcesToFix(Tree $tree, array $params): Collection 170 protected function submittersToFix(Tree $tree, array $params): Collection
|
H A D | ModuleThemeTrait.php | 198 public function menuChangeBlocks(Tree $tree): Menu|null 221 public function menuControlPanel(Tree $tree): Menu|null 273 $tree = Validator::attributes($request)->treeOptional(); variable 313 public function menuMyAccount(Tree|null $tree): Menu 327 public function menuMyIndividualRecord(Tree $tree): Menu|null 345 public function menuMyPage(Tree $tree): Menu 357 public function menuMyPages(Tree|null $tree): Menu|null 384 public function menuMyPedigree(Tree $tree): Menu|null 415 public function menuPendingChanges(Tree|null $tree): Menu|null 465 public function genealogyMenu(Tree|null $tree): array [all …]
|
H A D | ModuleListInterface.php | 37 public function listMenu(Tree $tree): Menu|null; 61 public function listUrl(Tree $tree, array $parameters = []): string; 75 public function listIsEmpty(Tree $tree): bool;
|
H A D | FixSearchAndReplace.php | 91 public function fixOptions(Tree $tree): string 131 protected function familiesToFix(Tree $tree, array $params): Collection|null 152 protected function individualsToFix(Tree $tree, array $params): Collection|null 175 protected function locationsToFix(Tree $tree, array $params): Collection|null 199 protected function mediaToFix(Tree $tree, array $params): Collection|null 222 protected function notesToFix(Tree $tree, array $params): Collection|null 246 protected function repositoriesToFix(Tree $tree, array $params): Collection|null 270 protected function sourcesToFix(Tree $tree, array $params): Collection|null 292 protected function submittersToFix(Tree $tree, array $params): Collection|null
|
/webtrees/app/Statistics/Google/ |
H A D | ChartDistribution.php | 40 private Tree $tree; variable in Fisharebest\\Webtrees\\Statistics\\Google\\ChartDistribution 57 Tree $tree, 132 private function countIndividualsByCountry(Tree $tree): array 169 private function countSurnamesByCountry(Tree $tree, string $surname): array 208 private function countFamilyEventsByCountry(Tree $tree, string $fact): array 234 private function countIndividualEventsByCountry(Tree $tree, string $fact): array
|
/webtrees/app/Factories/ |
H A D | HeaderFactory.php | 41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Header|null 64 public function mapper(Tree $tree): Closure 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Header 93 protected function gedcom(string $xref, Tree $tree): string|null
|
H A D | IndividualFactory.php | 47 public function make(string $xref, Tree $tree, string|null $gedcom = null): Individual|null 69 public function mapper(Tree $tree): Closure 85 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Individual 98 protected function gedcom(string $xref, Tree $tree): string|null
|
H A D | NoteFactory.php | 41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Note|null 64 public function mapper(Tree $tree): Closure 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Note 93 protected function gedcom(string $xref, Tree $tree): string|null
|
H A D | SubmitterFactory.php | 41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Submitter|null 64 public function mapper(Tree $tree): Closure 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submitter 93 protected function gedcom(string $xref, Tree $tree): string|null
|
H A D | SharedNoteFactory.php | 41 public function make(string $xref, Tree $tree, string|null $gedcom = null): SharedNote|null 64 public function mapper(Tree $tree): Closure 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): SharedNote 93 protected function gedcom(string $xref, Tree $tree): string|null
|
H A D | SubmissionFactory.php | 41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Submission|null 64 public function mapper(Tree $tree): Closure 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submission 93 protected function gedcom(string $xref, Tree $tree): string|null
|
H A D | MediaFactory.php | 41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Media|null 64 public function mapper(Tree $tree): Closure 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Media 93 protected function gedcom(string $xref, Tree $tree): string|null
|
H A D | SourceFactory.php | 41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Source|null 64 public function mapper(Tree $tree): Closure 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Source 93 protected function gedcom(string $xref, Tree $tree): string|null
|
H A D | LocationFactory.php | 41 public function make(string $xref, Tree $tree, string|null $gedcom = null): Location|null 64 public function mapper(Tree $tree): Closure 80 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Location 93 protected function gedcom(string $xref, Tree $tree): string|null
|
H A D | FamilyFactory.php | 48 public function make(string $xref, Tree $tree, string|null $gedcom = null): Family|null 79 public function mapper(Tree $tree): Closure 95 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Family 108 protected function gedcom(string $xref, Tree $tree): string|null
|
H A D | RepositoryFactory.php | 42 public function make(string $xref, Tree $tree, string|null $gedcom = null): Repository|null 65 public function mapper(Tree $tree): Closure 86 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Repository 99 protected function gedcom(string $xref, Tree $tree): string|null
|
/webtrees/app/Contracts/ |
H A D | SourceFactoryInterface.php | 34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Source|null; 43 public function mapper(Tree $tree): Closure; 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Source;
|
H A D | HeaderFactoryInterface.php | 34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Header|null; 43 public function mapper(Tree $tree): Closure; 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Header;
|
H A D | LocationFactoryInterface.php | 34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Location|null; 43 public function mapper(Tree $tree): Closure; 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Location;
|
H A D | SubmitterFactoryInterface.php | 34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Submitter|null; 43 public function mapper(Tree $tree): Closure; 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Submitter;
|
H A D | GedcomRecordFactoryInterface.php | 34 public function make(string $xref, Tree $tree, string|null $gedcom = null): GedcomRecord|null; 47 … public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): GedcomRecord; 56 public function mapper(Tree $tree): Closure;
|
H A D | RepositoryFactoryInterface.php | 34 public function make(string $xref, Tree $tree, string|null $gedcom = null): Repository|null; 43 public function mapper(Tree $tree): Closure; 56 public function new(string $xref, string $gedcom, string|null $pending, Tree $tree): Repository;
|