• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/update/block/nodeimg.php
  • Класс: BitrixLandingUpdateBlockNodeImg
  • Вызов: NodeImg::disablePublication
static function disablePublication(BitrixMainEvent $event)
{
	$result = new EntityEventResult;
	$result->setErrors(array(
		new BitrixMainEntityEntityError(
			Loc::getMessage('LANDING_DISABLE_PUBLICATION'),
			'LANDING_DISABLE_PUBLICATION'
		)
	));
	return $result;
}