function UpdateDataSubscriber::__construct

Same name and namespace in other branches
  1. 11.x core/modules/package_manager/src/EventSubscriber/UpdateDataSubscriber.php \Drupal\package_manager\EventSubscriber\UpdateDataSubscriber::__construct()

File

core/modules/package_manager/src/EventSubscriber/UpdateDataSubscriber.php, line 21

Class

UpdateDataSubscriber
Clears stale update data once staged changes have been applied.

Namespace

Drupal\package_manager\EventSubscriber

Code

public function __construct(private readonly UpdateManagerInterface $updateManager) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.