You are here

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\Event

Code

public function getActiveComposer() : ComposerUtility {
  return $this->activeComposer;
}