Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. functions.php

function default_user_agent

Get the default User-Agent string to use with Guzzle.

Deprecated

default_user_agent will be removed in guzzlehttp/guzzle:8.0. Use Utils::defaultUserAgent instead.

File

vendor/guzzlehttp/guzzle/src/functions.php, line 69

Namespace

GuzzleHttp

Code

function default_user_agent() : string {
    return Utils::defaultUserAgent();
}
RSS feed
Powered by Drupal