Issue #3321684: Should most validators that subscribe to PreCreate check readiness to update also subscribe to PreApply?
Merged
requested to merge issue/automatic_updates-3321684:3321684-should-most-validators into 8.x-2.x
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
126@@ -5,12 +5,24 @@ declare(strict_types = 1);
@@ -21,6 +33,15 @@ use Drupal\package_manager\Stage;
public function __construct(ConfigFactoryInterface $config_factory, PathLocator $path_locator, BeginnerInterface $beginner, StagerInterface $stager, CommitterInterface $committer, FileSystemInterface $file_system, EventDispatcherInterface $event_dispatcher, SharedTempStoreFactory $temp_store_factory, TimeInterface $time, PathFactoryInterface $path_factory = NULL, FailureMarker $failure_marker = NULL) {