You are here

public function Email::getBcc in Commerce Email 8

Gets the "BCC" address.

Return value

string The "BCC" address.

Overrides EmailInterface::getBcc

File

src/Entity/Email.php, line 245

Class

Email
Defines the email entity class.

Namespace

Drupal\commerce_email\Entity

Code

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