Home
last modified time | relevance | path

Searched defs:tree (Results 1 – 25 of 237) sorted by relevance

12345678910

/webtrees/app/Module/
H A DModuleDataFixTrait.php48 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 DSearchMenuModule.php74 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 DCalendarMenuModule.php64 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 DFixDuplicateLinks.php74 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 DModuleThemeTrait.php198 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 DModuleListInterface.php37 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 DFixSearchAndReplace.php91 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 DChartDistribution.php40 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 DHeaderFactory.php41 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 DIndividualFactory.php47 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 DNoteFactory.php41 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 DSubmitterFactory.php41 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 DSharedNoteFactory.php41 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 DSubmissionFactory.php41 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 DMediaFactory.php41 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 DSourceFactory.php41 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 DLocationFactory.php41 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 DFamilyFactory.php48 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 DRepositoryFactory.php42 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 DSourceFactoryInterface.php34 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 DHeaderFactoryInterface.php34 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 DLocationFactoryInterface.php34 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 DSubmitterFactoryInterface.php34 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 DGedcomRecordFactoryInterface.php34 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 DRepositoryFactoryInterface.php34 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;

12345678910