Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DSlideShowModule.php109 … $this->getBlockSetting($block_id, 'filter_video', '0') ? SourceMediaType::VALUE_VIDEO : null,
264 …. strtolower(SourceMediaType::VALUE_VIDEO), (string) Validator::parsedBody($request)->boolean(Sour…
299 … SourceMediaType::VALUE_VIDEO => $this->getBlockSetting($block_id, 'filter_video', '0'),
/webtrees/app/Elements/
H A DSourceMediaType.php53 public const VALUE_VIDEO = 'VIDEO'; define in Fisharebest\\Webtrees\\Elements\\SourceMediaType
96 self::VALUE_VIDEO => /* I18N: Type of media object */ I18N::translate('Video'),