Home
last modified time | relevance | path

Searched refs:VALUE_TOMBSTONE (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Module/
H A DSlideShowModule.php108 …his->getBlockSetting($block_id, 'filter_tombstone', '1') ? SourceMediaType::VALUE_TOMBSTONE : null,
263 …rtolower(SourceMediaType::VALUE_TOMBSTONE), (string) Validator::parsedBody($request)->boolean(Sour…
298 … SourceMediaType::VALUE_TOMBSTONE => $this->getBlockSetting($block_id, 'filter_tombstone', '1'),
/webtrees/app/Elements/
H A DSourceMediaType.php52 public const VALUE_TOMBSTONE = 'TOMBSTONE'; define in Fisharebest\\Webtrees\\Elements\\SourceMediaType
95 self::VALUE_TOMBSTONE => /* I18N: Type of media object */ I18N::translate('Tombstone'),