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