Home
last modified time | relevance | path

Searched refs:getAllNames (Results 1 – 17 of 17) sorted by relevance

/webtrees/app/
H A DFamily.php317 public function getAllNames(): array function in Fisharebest\\Webtrees\\Family
319 if ($this->getAllNames === []) {
323 …$husb_names = array_filter($this->husb->getAllNames(), static fn (array $x): bool => $x['type'] !=…
339 …$wife_names = array_filter($this->wife->getAllNames(), static fn (array $x): bool => $x['type'] !=…
357 $this->getAllNames[] = [
371 $this->getAllNames[] = [
382 return $this->getAllNames;
H A DGedcomRecord.php87 protected array $getAllNames = []; variable in Fisharebest\\Webtrees\\GedcomRecord
353 public function getAllNames(): array function in Fisharebest\\Webtrees\\GedcomRecord
355 if ($this->getAllNames === []) {
360 if ($this->getAllNames === []) {
368 return $this->getAllNames;
396 foreach ($this->getAllNames() as $n => $name) {
418 $all_names = $this->getAllNames();
465 $tmp = $this->getAllNames();
481 $tmp = $this->getAllNames();
494 $all_names = $this->getAllNames();
[all …]
H A DSubmission.php42 $this->getAllNames[] = [
H A DHeader.php40 $this->getAllNames[] = [
H A DIndividual.php1038 $this->getAllNames[] = [
/webtrees/app/Census/
H A DAbstractCensusColumn.php113 $names = $individual->getAllNames();
124 foreach ($spouse->getAllNames() as $spouse_name) {
H A DCensusColumnGivenNames.php39 foreach ($individual->getAllNames() as $name) {
H A DCensusColumnSurname.php39 foreach ($individual->getAllNames() as $name) {
H A DCensusColumnGivenNameInitial.php39 foreach ($individual->getAllNames() as $name) {
/webtrees/resources/views/lists/
H A Dfamilies-table.phtml177 <?php foreach ($husb->getAllNames() as $num => $name) : ?>
202 <?php foreach ($wife->getAllNames() as $num => $name) : ?>
H A Dindividuals-table.phtml197 <?php foreach ($individual->getAllNames() as $num => $name) : ?>
/webtrees/app/Module/
H A DBranchesListModule.php131 $parameters['surname'] ??= $individual->getAllNames()[0]['surn'] ?? null;
363 foreach ($individual->getAllNames() as $name) {
H A DAbstractIndividualListModule.php95 … $parameters['surname'] ??= $individual->getAllNames()[$primary_name]['surn'] ?? null;
719 foreach ($individual->getAllNames() as $n => $name) {
/webtrees/app/Http/RequestHandlers/
H A DFamilyPage.php147 … ->map(static fn (Individual $individual): string => e($individual->getAllNames()[0]['givn']))
H A DIndividualPage.php219 …en()->map(static fn (Individual $individual): string => e($individual->getAllNames()[0]['givn']))-…
/webtrees/app/Services/
H A DGedcomImportService.php663 foreach ($record->getAllNames() as $n => $name) {
/webtrees/
H A Dphpstan-baseline.neon1198 …message: '#^Method Fisharebest\\Webtrees\\Family\:\:getAllNames\(\) should return array\<int, arra…
1270 …message: '#^Method Fisharebest\\Webtrees\\GedcomRecord\:\:getAllNames\(\) should return array\<int…
1336 …message: '#^Property Fisharebest\\Webtrees\\GedcomRecord\:\:\$getAllNames \(array\<array\<string\>…
1354 …message: '#^Property Fisharebest\\Webtrees\\GedcomRecord\:\:\$getAllNames \(array\<array\<string\>…
3628 …message: '#^Property Fisharebest\\Webtrees\\GedcomRecord\:\:\$getAllNames \(array\<array\<string\>…
10294 …message: '#^Property Fisharebest\\Webtrees\\GedcomRecord\:\:\$getAllNames \(array\<array\<string\>…