Home
last modified time | relevance | path

Searched refs:VALUE_PRIVACY (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Elements/
H A DRestrictionNotice.php52 public const VALUE_PRIVACY = 'PRIVACY'; define in Fisharebest\\Webtrees\\Elements\\RestrictionNotice
59 …self::VALUE_LOCKED . ', ' . self::VALUE_PRIVACY => self::VALUE_PRIVACY . ', ' . self::VALUE_L…
62 'invisible' => self::VALUE_PRIVACY,
105 … self::VALUE_PRIVACY => self::ICON_PRIVACY . ' ' . $privacy,
106 …self::VALUE_PRIVACY . ', ' . self::VALUE_LOCKED => self::ICON_PRIVACY . self::ICON_LOCKED . '…
/webtrees/app/
H A DFact.php326 if (str_starts_with($restriction, RestrictionNotice::VALUE_PRIVACY)) {
H A DGedcomRecord.php1120 if (str_starts_with($restriction, RestrictionNotice::VALUE_PRIVACY)) {