You are here

public function IssueInterface::setTag in Drupal 7 to 8/9 Module Upgrader 8

Sets the value for a tag. Any existing value for the tag will be blown away.

Parameters

string $tag: The tag's name.

mixed $value: The tag value. Can be anything.

Return value

$this

1 method overrides IssueInterface::setTag()
Issue::setTag in src/Issue.php
Sets the value for a tag. Any existing value for the tag will be blown away.

File

src/IssueInterface.php, line 133

Class

IssueInterface

Namespace

Drupal\drupalmoduleupgrader

Code

public function setTag($tag, $value);