• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/leadads/service.php
  • Класс: BitrixSeoLeadAdsService
  • Вызов: Service::registerGroup
static function registerGroup(string $type, string $groupId): bool
{
	return Form::create($type)
		->setService(static::getInstance())
		->registerGroup($groupId);
}