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

Breadcrumb

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

function MailboxListHeader::getBodyAsString

Overrides HeaderInterface::getBodyAsString

File

vendor/symfony/mime/Header/MailboxListHeader.php, line 120

Class

MailboxListHeader
A Mailbox list MIME Header for something like From, To, Cc, and Bcc (one or more named addresses).

Namespace

Symfony\Component\Mime\Header

Code

public function getBodyAsString() : string {
    return implode(', ', $this->getAddressStrings());
}

API Navigation

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