• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/hook.php
  • Класс: BitrixLandingHook
  • Вызов: Hook::publicationSiteWithSkipNeededPublication
static function publicationSiteWithSkipNeededPublication($siteId): void
{
	self::publicationWithSkipNeededPublication($siteId, self::ENTITY_TYPE_SITE);
}