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