• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/address/converter/stringtemplateconverter.php
  • Класс: BitrixLocationEntityAddressConverterStringTemplateConverter
  • Вызов: StringTemplateConverter::createContext
private function createContext(): array
{
	return [
		'level' => 0,
		'position' => 0,
		'template' => '',
		'address' => null,
		'info' => [],
		'hasError' => false,
		'error' => [
			'code' => 0,
			'position' => 0,
			'errors' => [],
			'info' => [],
		],
	];
}