You are here

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

Returns the fully qualified names of every plugin which detected violations, as set by addAffectedFile() and addViolation().

Return value

string[]

1 method overrides IssueInterface::getDetectors()
Issue::getDetectors in src/Issue.php
Returns the fully qualified names of every plugin which detected violations, as set by addAffectedFile() and addViolation().

File

src/IssueInterface.php, line 99

Class

IssueInterface

Namespace

Drupal\drupalmoduleupgrader

Code

public function getDetectors();