public function IssueInterface::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
1 method overrides IssueInterface::getTag()
- Issue::getTag in src/
Issue.php - Returns the value set for a tag. The tag value can be anything; the meaning of the value depends on the tag.
File
- src/
IssueInterface.php, line 120
Class
Namespace
Drupal\drupalmoduleupgraderCode
public function getTag($tag);