You are here

public function EmailInterface::getCc in Commerce Email 8

Gets the "CC" address.

Return value

string The "CC" address.

1 method overrides EmailInterface::getCc()
Email::getCc in src/Entity/Email.php
Gets the "CC" address.

File

src/Entity/EmailInterface.php, line 103

Class

EmailInterface
@todo Add CC and BCC (and support multiple). @todo Support a plain-text version of the body?

Namespace

Drupal\commerce_email\Entity

Code

public function getCc();