You are here

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

IssueInterface

Namespace

Drupal\drupalmoduleupgrader

Code

public function getTag($tag);