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