You are here

public function PetInterface::setTitle in Previewable email templates 8.4

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

PetInterface

Namespace

Drupal\pet

Code

public function setTitle($title);