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

Breadcrumb

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

function ServerDumper::__construct

Parameters

string $host The server host:

DataDumperInterface|null $wrappedDumper A wrapped instance used whenever we failed contacting the server:

ContextProviderInterface[] $contextProviders Context providers indexed by context name:

File

vendor/symfony/var-dumper/Dumper/ServerDumper.php, line 32

Class

ServerDumper
ServerDumper forwards serialized Data clones to a server.

Namespace

Symfony\Component\VarDumper\Dumper

Code

public function __construct(string $host, ?DataDumperInterface $wrappedDumper = null, array $contextProviders = []) {
    $this->connection = new Connection($host, $contextProviders);
}

API Navigation

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