public function Issue::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[]
Overrides IssueInterface::getDetectors
File
- src/
Issue.php, line 169
Class
Namespace
Drupal\drupalmoduleupgraderCode
public function getDetectors() {
return array_unique($this->detectors);
}