public function IssueInterface::hasTag in Drupal 7 to 8/9 Module Upgrader 8
Returns if a tag is set on the issue.
Parameters
string $tag: The tag's name.
Return value
bool
1 method overrides IssueInterface::hasTag()
- Issue::hasTag in src/
Issue.php - Returns if a tag is set on the issue.
File
- src/
IssueInterface.php, line 109
Class
Namespace
Drupal\drupalmoduleupgraderCode
public function hasTag($tag);