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