Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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