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

Breadcrumb

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

function Message::setHeaders

Return value

$this

File

vendor/symfony/mime/Message.php, line 60

Class

Message
@author Fabien Potencier <fabien@symfony.com>

Namespace

Symfony\Component\Mime

Code

public function setHeaders(Headers $headers) : static {
    $this->headers = $headers;
    return $this;
}
RSS feed
Powered by Drupal