3namespace Bitrix\Location\Controller;
5use Bitrix\Location\Infrastructure\Service\ErrorService;
6use Bitrix\Location\Service;
7use Bitrix\Main\Engine\ActionFilter\Cors;
8use \Bitrix\Location\Entity;
20 ErrorService::getInstance()->setThrowExceptionOnError(
true);
32 if($format =
Service\FormatService::getInstance()->findByCode(
$formatCode, $languageId))
44 foreach(
Service\FormatService::getInstance()->findAll($languageId) as $format)
56 if($format =
Service\FormatService::getInstance()->findDefault($languageId))