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

Breadcrumb

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

function MessagePart::getBody

Overrides TextPart::getBody

1 call to MessagePart::getBody()
MessagePart::bodyToString in vendor/symfony/mime/Part/MessagePart.php

File

vendor/symfony/mime/Part/MessagePart.php, line 45

Class

MessagePart
@final

Namespace

Symfony\Component\Mime\Part

Code

public function getBody() : string {
    return $this->message
        ->toString();
}

API Navigation

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