• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/address/converter/stringtemplateconverter.php
  • Класс: BitrixLocationEntityAddressConverterStringTemplateConverter
  • Вызов: StringTemplateConverter::appendGroupBlock
private function appendGroupBlock(array &$blocks, int $position, string $value)
{
	$blocks[] = [
		'type' => 'group',
		'position' => $position,
		'length' => strlen($value),
		'value' => $value,
	];
}