/webtrees/app/ |
H A D | Media.php | 163 public function displayImage(int $width, int $height, string $fit, array $attributes): string function in Fisharebest\\Webtrees\\Media 168 return $media_file->displayImage($width, $height, $fit, $attributes); 176 return $media_file->displayImage($width, $height, $fit, $attributes);
|
H A D | Individual.php | 342 public function displayImage(int $width, int $height, string $fit, array $attributes): string function in Fisharebest\\Webtrees\\Individual 347 return $media_file->displayImage($width, $height, $fit, $attributes);
|
H A D | MediaFile.php | 176 …public function displayImage(int $width, int $height, string $fit, array $image_attributes = []): … function in Fisharebest\\Webtrees\\MediaFile
|
/webtrees/resources/views/ |
H A D | individual-page-images.phtml | 37 …<?= $individual_media->first()->displayImage(200, 260, 'crop', ['class' => 'img-thumbnail img-flui… 43 … <?= $media_file->displayImage(200, 260, 'crop', ['class' => 'img-thumbnail img-fluid w-100']) ?>
|
H A D | media-page-details.phtml | 78 <?= $media_file->displayImage(200, 150, 'contain', []) ?>
|
H A D | chart-box.phtml | 103 <?= $individual->displayImage(40, 50, 'crop', ['class' => 'wt-chart-box-thumbnail']) ?>
|
H A D | fact.phtml | 92 <?= $media_file->displayImage(100, 100, 'contain', []) ?>
|
/webtrees/resources/views/selects/ |
H A D | media.phtml | 13 <?= $media_file->displayImage(30, 40, 'crop', []) ?>
|
H A D | individual.phtml | 15 <?= $individual->findHighlightedMediaFile()->displayImage(30, 40, 'crop', []) ?>
|
/webtrees/resources/views/modules/lightbox/ |
H A D | tab.phtml | 17 …<?= $media_file->displayImage(100, 100, 'contain', ['class' => 'img-thumbnail wt-album-tab-image']…
|
/webtrees/resources/views/modules/pedigree-map/ |
H A D | events.phtml | 41 … <?= $fact->record()->displayImage(40, 50, 'crop', ['class' => 'wt-pedigree-map-thumbnail']) ?>
|
/webtrees/resources/views/edit/ |
H A D | reorder-media.phtml | 29 <?= $fact->target()->displayImage(100, 100, 'contain', []) ?>
|
H A D | reorder-media-files.phtml | 29 <?= $media_file->displayImage(100, 100, 'contain') ?>
|
/webtrees/resources/views/modules/random_media/ |
H A D | slide-show.phtml | 48 … <?= $media_file->displayImage(200, 200, 'contain', ['class' => 'slide-show-image img-fluid']) ?>
|
/webtrees/app/Elements/ |
H A D | XrefMedia.php | 93 $label = $media_file->displayImage(100, 100, 'contain', []);
|
/webtrees/resources/views/lists/ |
H A D | media-table.phtml | 94 <?= $media_file->displayImage(100, 100, 'contain', []) ?>
|
/webtrees/app/Http/RequestHandlers/ |
H A D | FixLevel0MediaData.php | 141 $media->displayImage(100, 100, 'contain', ['class' => 'img-thumbnail']),
|
/webtrees/resources/views/modules/media-list/ |
H A D | page.phtml | 111 … <?= $media_file->displayImage(300, 200, 'contain', ['class' => 'img-fluid']) ?>
|
/webtrees/app/Module/InteractiveTree/ |
H A D | TreeView.php | 387 return $individual->displayImage(40, 50, 'crop', []);
|
/webtrees/ |
H A D | phpstan-baseline.neon | 1972 message: '#^Cannot call method displayImage\(\) on Fisharebest\\Webtrees\\Media\|null\.$#' 3622 … \#4 \$image_attributes of method Fisharebest\\Webtrees\\MediaFile\:\:displayImage\(\) expects arr… 11116 message: '#^Cannot call method displayImage\(\) on Fisharebest\\Webtrees\\GedcomRecord\|null\.$#' 11842 …message: '#^Call to an undefined method Fisharebest\\Webtrees\\GedcomRecord\:\:displayImage\(\)\.$…
|