Searched refs:VISIBILITY_UNLISTED (Results 1 – 7 of 7) sorted by relevance
65 if ($content->get_visibility() == content::VISIBILITY_UNLISTED) {83 case content::VISIBILITY_UNLISTED:90 $newvisibility = content::VISIBILITY_UNLISTED;186 case content::VISIBILITY_UNLISTED:
41 'choices' => [content::VISIBILITY_UNLISTED, content::VISIBILITY_PUBLIC],
89 if ($content->get_visibility() == content::VISIBILITY_UNLISTED) {106 'visibilityunlisted' => $content->get_visibility() == content::VISIBILITY_UNLISTED
47 … content::VISIBILITY_UNLISTED => get_string('visibilitychoiceunlisted', 'core_contentbank')
53 public const VISIBILITY_UNLISTED = 2; define in core_contentbank\\content272 if (!in_array($visibility, [self::VISIBILITY_PUBLIC, self::VISIBILITY_UNLISTED])) {
205 $newvisibility = content::VISIBILITY_UNLISTED;347 $unlistedrecord->visibility = content::VISIBILITY_UNLISTED;
93 …$choices[\core_contentbank\content::VISIBILITY_UNLISTED] = new lang_string('visibilitychoiceunlist…