• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/restriction/knowledge.php
  • Класс: BitrixLandingRestrictionKnowledge
  • Вызов: Knowledge::isAllowedInGroup
static function isAllowedInGroup(): bool
{
	if (BitrixMainLoader::includeModule('bitrix24'))
	{
		return Feature::isFeatureEnabled('landing_knowledge_group');
	}

	return true;
}