• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/repository/format/datacollection.php
  • Класс: BitrixLocationRepositoryFormatDataCollection
  • Вызов: DataCollection::getByCode
static function getByCode(string $code, string $languageId): ?array
{
	$data = self::getAll($languageId);
	return $data[$code] ?? null;
}