public function FixerBase::setTarget in Drupal 7 to 8/9 Module Upgrader 8
Sets the target module to operate on.
Parameters
\Drupal\drupalmoduleupgrader\TargetInterface $target:
Overrides FixerInterface::setTarget
File
- src/
FixerBase.php, line 21
Class
- FixerBase
- Base class for fixers, containing a lot of helpful utilities.
Namespace
Drupal\drupalmoduleupgraderCode
public function setTarget(TargetInterface $target) {
$this->target = $target;
}