/webtrees/app/ |
H A D | Individual.php | 262 foreach ($this->spouseFamilies(Auth::PRIV_HIDE) as $family) { 294 foreach ($child->spouseFamilies(Auth::PRIV_HIDE) as $child_family) { 580 foreach ($this->spouseFamilies() as $family) { 666 public function spouseFamilies(int|null $access_level = null): Collection function in Fisharebest\\Webtrees\\Individual 695 $family = $this->spouseFamilies()->last(); 716 foreach ($this->spouseFamilies() as $fam) { 763 foreach ($parent->spouseFamilies() as $step_family) { 782 $families = $this->spouseFamilies(); 788 foreach ($family->spouse($this)->spouseFamilies() as $step_family) {
|
/webtrees/app/Services/ |
H A D | IndividualFactsService.php | 80 return $individual->spouseFamilies() 145 $spouse_facts = $individual->spouseFamilies() 150 $child_facts = $individual->spouseFamilies() 478 foreach ($child->spouseFamilies() as $cfamily) { 572 foreach ($child->spouseFamilies() as $sfamily) { 709 foreach ($spouse->spouseFamilies() as $sfamily) {
|
H A D | ChartService.php | 85 foreach ($individual->spouseFamilies() as $family) { 107 $descendants = $individual->spouseFamilies();
|
H A D | RelationshipService.php | 159 foreach ($indi->spouseFamilies(Auth::PRIV_HIDE) as $family) { 356 foreach ($person1->spouseFamilies(Auth::PRIV_HIDE) as $family) { 380 foreach ($person1->spouseFamilies(Auth::PRIV_HIDE) as $family) { 403 foreach ($person1->spouseFamilies(Auth::PRIV_HIDE) as $family) {
|
/webtrees/resources/views/modules/hourglass-chart/ |
H A D | chart.phtml | 16 $children = $individual->spouseFamilies()->map(static function (Family $family): Collection { 27 <?php foreach ($individual->spouseFamilies() as $family) : ?>
|
H A D | children.phtml | 18 …<?php $grandchildren = $child->spouseFamilies()->map(static function (Family $family): Collection { 39 <?php foreach ($child->spouseFamilies() as $spouse_family) : ?>
|
/webtrees/resources/views/modules/family-book-chart/ |
H A D | chart.phtml | 17 $children = $individual->spouseFamilies()->map(static function (Family $family): Collection { 30 <?php foreach ($individual->spouseFamilies() as $family) : ?>
|
H A D | children.phtml | 17 …<?php $grandchildren = $child->spouseFamilies()->map(static function (Family $family): Collection {
|
/webtrees/app/Module/InteractiveTree/ |
H A D | TreeView.php | 132 foreach ($individual->spouseFamilies() as $family) { 260 $html .= $this->drawChildren($person->spouseFamilies(), $gen); 275 foreach ($person->spouseFamilies() as $family) {
|
/webtrees/resources/views/modules/family_nav/ |
H A D | sidebar-family.phtml | 84 <?php elseif ($child->spouseFamilies()->isNotEmpty()) : ?> 91 <?php foreach ($child->spouseFamilies() as $n => $in_laws) : ?>
|
H A D | sidebar.phtml | 24 <?php foreach ($individual->spouseFamilies() as $family) : ?>
|
/webtrees/resources/views/ |
H A D | chart-box.phtml | 34 foreach ($individual->spouseFamilies() as $family) { 85 foreach ($individual->spouseFamilies() as $family) {
|
/webtrees/resources/views/lists/ |
H A D | families-table.phtml | 273 … <?php if (count($husb->spouseFamilies()) > 1 || count($wife->spouseFamilies()) > 1) : ?>
|
/webtrees/app/Http/RequestHandlers/ |
H A D | IndividualPage.php | 213 foreach ($individual->spouseFamilies() as $family) { 274 $family = $individual->childFamilies()->merge($individual->spouseFamilies())->first();
|
/webtrees/app/Census/ |
H A D | CensusColumnMarriedWithinYear.php | 39 foreach ($individual->spouseFamilies() as $family) {
|
H A D | CensusColumnMonthIfMarriedWithinYear.php | 39 foreach ($individual->spouseFamilies() as $family) {
|
H A D | CensusColumnAgeMarried.php | 42 foreach ($individual->spouseFamilies() as $family) {
|
H A D | CensusColumnYearsMarried.php | 44 foreach ($individual->spouseFamilies() as $family) {
|
/webtrees/app/Module/ |
H A D | FamilyGroupReportModule.php | 63 $family = $individual->spouseFamilies()->first() ?? $individual->childFamilies();
|
H A D | ClippingsCartModule.php | 433 foreach ($child->spouseFamilies() as $child_family) { 498 foreach ($individual->spouseFamilies() as $family) { 512 foreach ($individual->spouseFamilies() as $family) {
|
H A D | RelativesTabModule.php | 82 'spouse_families' => $individual->spouseFamilies(),
|
H A D | NotesTabModule.php | 131 foreach ($individual->spouseFamilies() as $family) {
|
H A D | SourcesTabModule.php | 129 foreach ($individual->spouseFamilies() as $family) {
|
H A D | MediaTabModule.php | 130 foreach ($individual->spouseFamilies() as $family) {
|
/webtrees/resources/views/modules/descendancy_chart/ |
H A D | tree.phtml | 26 …<?php foreach ($individual->spouseFamilies()->sort(Family::marriageDateComparator()) as $family) :…
|