public function EmailInterface::getBcc in Commerce Email 8
Gets the "BCC" address.
Return value
string The "BCC" address.
1 method overrides EmailInterface::getBcc()
- Email::getBcc in src/
Entity/ Email.php - Gets the "BCC" address.
File
- src/
Entity/ EmailInterface.php, line 121
Class
- EmailInterface
- @todo Add CC and BCC (and support multiple). @todo Support a plain-text version of the body?
Namespace
Drupal\commerce_email\EntityCode
public function getBcc();