You are here

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

Gets all fixes queued for this issue. Each fix will be an array with at least a _plugin_id element, containing the plugin ID of the fixer to use. Everything else will be given to the fixer as configuration.

Return value

array[]

1 method overrides IssueInterface::getFixes()
Issue::getFixes in src/Issue.php
Gets all fixes queued for this issue. Each fix will be an array with at least a _plugin_id element, containing the plugin ID of the fixer to use. Everything else will be given to the fixer as configuration.

File

src/IssueInterface.php, line 152

Class

IssueInterface

Namespace

Drupal\drupalmoduleupgrader

Code

public function getFixes();