public function PetInterface::getTitle in Previewable email templates 8
Same name and namespace in other branches
- 8.4 src/PetInterface.php \Drupal\pet\PetInterface::getTitle()
Returns the template title.
Return value
string Title of the template.
1 method overrides PetInterface::getTitle()
- Pet::getTitle in src/
Entity/ Pet.php - Returns the template title.
File
- src/
PetInterface.php, line 15
Class
Namespace
Drupal\petCode
public function getTitle();