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
- Defines the email entity class.
Namespace
Drupal\commerce_email\EntityCode
public function getBcc() {
return $this->cc;
}