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

Breadcrumb

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

function AbstractHeader::setMaxLineLength

Overrides HeaderInterface::setMaxLineLength

File

vendor/symfony/mime/Header/AbstractHeader.php, line 67

Class

AbstractHeader
An abstract base MIME Header.

Namespace

Symfony\Component\Mime\Header

Code

public function setMaxLineLength(int $lineLength) : void {
    $this->lineLength = $lineLength;
}

API Navigation

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