You are here

public function EmailInterface::setRecipientName in Courier 2.x

Same name and namespace in other branches
  1. 8 src/EmailInterface.php \Drupal\courier\EmailInterface::setRecipientName()

Sets recipient name.

Parameters

string $name: The recipients name.

Return value

\Drupal\courier\EmailInterface Returns email for chaining.

1 method overrides EmailInterface::setRecipientName()
Email::setRecipientName in src/Entity/Email.php
Sets recipient name.

File

src/EmailInterface.php, line 48

Class

EmailInterface
Provides an interface defining a courier_email entity.

Namespace

Drupal\courier

Code

public function setRecipientName($name);