• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/address/converter/stringtemplateconverter.php
  • Класс: BitrixLocationEntityAddressConverterStringTemplateConverter
  • Вызов: StringTemplateConverter::clearContextInfoAndError
private function clearContextInfoAndError(array $context): array
{
	$context = $this->clearContextInfo($context);
	$context = $this->clearContextError($context);

	return $context;
}