public function UpdateEvent::getActiveComposer in Automatic Updates 8.2
Returns a Composer utility object for the active directory.
Return value
\Drupal\package_manager\ComposerUtility The Composer utility object for the active directory.
File
- src/
Event/ UpdateEvent.php, line 48
Class
- UpdateEvent
- Event fired when a site is updating.
Namespace
Drupal\automatic_updates\EventCode
public function getActiveComposer() : ComposerUtility {
return $this->activeComposer;
}