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

Breadcrumb

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

function AbstractBrowser::setServerParameter

Sets single server parameter.

2 calls to AbstractBrowser::setServerParameter()
AbstractBrowser::jsonRequest in vendor/symfony/browser-kit/AbstractBrowser.php
Converts the request parameters into a JSON string and uses it as request content.
AbstractBrowser::xmlHttpRequest in vendor/symfony/browser-kit/AbstractBrowser.php

File

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

Class

AbstractBrowser
Simulates a browser.

Namespace

Symfony\Component\BrowserKit

Code

public function setServerParameter(string $key, string $value) : void {
    $this->server[$key] = $value;
}

API Navigation

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