public function Issue::getTitle in Drupal 7 to 8/9 Module Upgrader 8
Returns the title of the issue.
Return value
string
Overrides IssueInterface::getTitle
File
- src/
Issue.php, line 71
Class
Namespace
Drupal\drupalmoduleupgraderCode
public function getTitle() {
return $this->parser
->parseParagraph($this->title);
}