public function PetInterface::getBody in Previewable email templates 8.3
Get plain body text.
Return value
string Body text.
1 method overrides PetInterface::getBody()
- Pet::getBody in src/
Entity/ Pet.php - Get plain body text.
File
- src/
Entity/ PetInterface.php, line 29
Class
- PetInterface
- Provides an interface for defining Pet entities.
Namespace
Drupal\pet\EntityCode
public function getBody();