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

Breadcrumb

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

function MailboxListHeader::addAddress

Throws

RfcComplianceException

1 call to MailboxListHeader::addAddress()
MailboxListHeader::addAddresses in vendor/symfony/mime/Header/MailboxListHeader.php
Sets a list of addresses to be shown in this Header.

File

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

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 addAddress(Address $address) : void {
    $this->addresses[] = $address;
}
RSS feed
Powered by Drupal