You are here

public function EmailInterface::getRecipientName in Courier 8

Same name and namespace in other branches
  1. 2.x src/EmailInterface.php \Drupal\courier\EmailInterface::getRecipientName()

Get the name of the recipient.

Return value

string The name of the recipient.

1 method overrides EmailInterface::getRecipientName()
Email::getRecipientName in src/Entity/Email.php
Get the name of the recipient.

File

src/EmailInterface.php, line 42
Contains \Drupal\courier\EmailInterface.

Class

EmailInterface
Provides an interface defining a courier_email entity.

Namespace

Drupal\courier

Code

public function getRecipientName();