public function Pet::getBCCDefault in Previewable email templates 8
Same name and namespace in other branches
- 8.4 src/Entity/Pet.php \Drupal\pet\Entity\Pet::getBCCDefault()
Overrides PetInterface::getBCCDefault
File
- src/
Entity/ Pet.php, line 402
Class
- Pet
- Defines pet entity class.
Namespace
Drupal\pet\EntityCode
public function getBCCDefault() {
return $this
->get('bcc_default')->value;
}