• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/source/google/googlesource.php
  • Класс: BitrixLocationSourceGoogleGoogleSource
  • Вызов: GoogleSource::getBackendKey
private function getBackendKey(): string
{
	$configKey = $this->config->getValue('API_KEY_BACKEND');
	if ($configKey)
	{
		return (string)$configKey;
	}

	return (string)Option::get('location', 'google_map_api_key_backend', '');
}