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