public function Issue::getTag in Drupal 7 to 8/9 Module Upgrader 8
Returns the value set for a tag. The tag value can be anything; the meaning of the value depends on the tag.
Parameters
string $tag: The tag's name.
Return value
mixed
Overrides IssueInterface::getTag
File
- src/
Issue.php, line 183
Class
Namespace
Drupal\drupalmoduleupgraderCode
public function getTag($tag) {
return $this->tags[$tag];
}