You are here

public function Pet::getCc in Previewable email templates 8.3

Overrides PetInterface::getCc

File

src/Entity/Pet.php, line 443

Class

Pet
Defines the pet entity.

Namespace

Drupal\pet\Entity

Code

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