public function TargetInterface::getServices in Drupal 7 to 8/9 Module Upgrader 8
Returns services defined by the target module.
Return value
\Doctrine\Common\Collections\ArrayCollection
1 method overrides TargetInterface::getServices()
- Target::getServices in src/
Target.php - Returns services defined by the target module.
File
- src/
TargetInterface.php, line 61
Class
- TargetInterface
- Represents a Drupal 7 module being run through the DMU.
Namespace
Drupal\drupalmoduleupgraderCode
public function getServices();