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

Breadcrumb

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

function CliDumper::setMaxStringWidth

Sets the maximum number of characters per line for dumped strings.

File

vendor/symfony/var-dumper/Dumper/CliDumper.php, line 101

Class

CliDumper
CliDumper dumps variables for command line output.

Namespace

Symfony\Component\VarDumper\Dumper

Code

public function setMaxStringWidth(int $maxStringWidth) : void {
    $this->maxStringWidth = $maxStringWidth;
}

API Navigation

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