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