public function IssueInterface::getViolations in Drupal 7 to 8/9 Module Upgrader 8
Returns all violations as an array of arrays, each of which has a 'file' key (required), and an optional 'line_number' key.
Return value
array
1 method overrides IssueInterface::getViolations()
- Issue::getViolations in src/
Issue.php - Returns all violations as an array of arrays, each of which has a 'file' key (required), and an optional 'line_number' key.
File
- src/
IssueInterface.php, line 91
Class
Namespace
Drupal\drupalmoduleupgraderCode
public function getViolations();