• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/componenthelper.php
  • Класс: BitrixSocialnetworkComponentHelper
  • Вызов: ComponentHelper::setModuleUsed
static function setModuleUsed(): void
{
	$optionValue = Option::get('socialnetwork', 'is_used', false);

	if (!$optionValue)
	{
		Option::set('socialnetwork', 'is_used', true);
	}
}