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

Breadcrumb

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

function Message::setBody

Return value

$this

File

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

Class

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

Namespace

Symfony\Component\Mime

Code

public function setBody(?AbstractPart $body) : static {
    $this->body = $body;
    return $this;
}
RSS feed
Powered by Drupal