You are here

public function PetInterface::getTitle in Previewable email templates 8.4

Same name and namespace in other branches
  1. 8 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

PetInterface

Namespace

Drupal\pet

Code

public function getTitle();