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

Breadcrumb

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

function AbstractBrowser::setServerParameters

Sets server parameters.

1 call to AbstractBrowser::setServerParameters()
AbstractBrowser::__construct in vendor/symfony/browser-kit/AbstractBrowser.php

File

vendor/symfony/browser-kit/AbstractBrowser.php, line 127

Class

AbstractBrowser
Simulates a browser.

Namespace

Symfony\Component\BrowserKit

Code

public function setServerParameters(array $server) : void {
    $this->server = array_merge([
        'HTTP_USER_AGENT' => 'Symfony BrowserKit',
    ], $server);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal