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