public function IssueInterface::addDocumentation in Drupal 7 to 8/9 Module Upgrader 8
Adds a piece of documentation relevant to the issue.
Parameters
string $url: The documentation's full URL.
string $title: The documentation's displayed title.
Return value
$this
1 method overrides IssueInterface::addDocumentation()
- Issue::addDocumentation in src/
Issue.php - Adds a piece of documentation relevant to the issue.
File
- src/
IssueInterface.php, line 51
Class
Namespace
Drupal\drupalmoduleupgraderCode
public function addDocumentation($url, $title);