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

Breadcrumb

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

function DelayedEnvelope::setRecipients

Overrides Envelope::setRecipients

File

vendor/symfony/mailer/DelayedEnvelope.php, line 50

Class

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

Namespace

Symfony\Component\Mailer

Code

public function setRecipients(array $recipients) : void {
    parent::setRecipients($recipients);
    $this->recipientsSet = (bool) parent::getRecipients();
}
RSS feed
Powered by Drupal