• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/repository/location/cache.php
  • Класс: BitrixLocationRepositoryLocationCache
  • Вызов: Cache::createExternalIdIndex
protected function createExternalIdIndex(string $externalId, string $sourceCode, string $languageId): string
{
	return $externalId.'_'.$sourceCode.'_'.$languageId;
}