Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DSlideShowModule.php97 …$this->getBlockSetting($block_id, 'filter_document', '1') ? SourceMediaType::VALUE_DOCUMENT : null,
252 …trtolower(SourceMediaType::VALUE_DOCUMENT), (string) Validator::parsedBody($request)->boolean(Sour…
287 … SourceMediaType::VALUE_DOCUMENT => $this->getBlockSetting($block_id, 'filter_document', '1'),
/webtrees/app/Elements/
H A DSourceMediaType.php41 public const VALUE_DOCUMENT = 'DOCUMENT'; define in Fisharebest\\Webtrees\\Elements\\SourceMediaType
84 self::VALUE_DOCUMENT => /* I18N: Type of media object */ I18N::translate('Document'),