function PackageManagerUninstallValidator::__construct

File

core/modules/package_manager/src/PackageManagerUninstallValidator.php, line 30

Class

PackageManagerUninstallValidator
Prevents any module from being uninstalled if update is in process.

Namespace

Drupal\package_manager

Code

public function __construct(PathLocator $pathLocator, BeginnerInterface $beginner, StagerInterface $stager, CommitterInterface $committer, QueueFactory $queueFactory, EventDispatcherInterface $eventDispatcher, SharedTempStoreFactory $sharedTempStoreFactory, TimeInterface $time, PathFactoryInterface $pathFactory, FailureMarker $failureMarker) {
}

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