You are here

public function Email::getCc in Commerce Email 8

Gets the "CC" address.

Return value

string The "CC" address.

Overrides EmailInterface::getCc

File

src/Entity/Email.php, line 230

Class

Email
Defines the email entity class.

Namespace

Drupal\commerce_email\Entity

Code

public function getCc() {
  return $this->cc;
}