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\EntityCode
public function getCc() {
return $this
->get('cc')->value;
}