You are here

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

IssueInterface

Namespace

Drupal\drupalmoduleupgrader

Code

public function hasTag($tag);