You are here

public function IssueInterface::setTitle in Drupal 7 to 8/9 Module Upgrader 8

Sets the title of the issue.

Parameters

string $title:

Return value

$this

1 method overrides IssueInterface::setTitle()
Issue::setTitle in src/Issue.php
Sets the title of the issue.

File

src/IssueInterface.php, line 23

Class

IssueInterface

Namespace

Drupal\drupalmoduleupgrader

Code

public function setTitle($title);