You are here

public property Analyzer::$tags in Drupal 7 to 8/9 Module Upgrader 8

The default tags to be applied to flagged issues.

Tags are fairly arbitrary and can be any value. Tags are divided into groups (i.e., the keys of this here array).

Type: array

File

src/Annotation/Analyzer.php, line 67

Class

Analyzer
Defines a Plugin annotation object for DMU analyzer plugins.

Namespace

Drupal\drupalmoduleupgrader\Annotation

Code

public $tags = [];