public function FixerInterface::setTarget in Drupal 7 to 8/9 Module Upgrader 8
Sets the target module to operate on.
Parameters
\Drupal\drupalmoduleupgrader\TargetInterface $target:
1 method overrides FixerInterface::setTarget()
- FixerBase::setTarget in src/
FixerBase.php - Sets the target module to operate on.
File
- src/
FixerInterface.php, line 19
Class
- FixerInterface
- Interface implemented by all fixer plugins, which do small, isolated modifications to a code base. They're basically PHP_CodeSniffer fixers on steroids.
Namespace
Drupal\drupalmoduleupgraderCode
public function setTarget(TargetInterface $target);