Issue #3308711: Dispatch StatusCheckEvent in UpdateReady forms and do not allow the update to continue if there are errors
Merged
requested to merge issue/automatic_updates-3308711:3308711-dispatch-statuscheckevent-in into 8.x-2.x
1 unresolved thread
Compare changes
+ 29
− 3
@@ -4,6 +4,7 @@ namespace Drupal\automatic_updates\Form;
@@ -13,9 +14,11 @@ use Drupal\Core\Messenger\MessengerInterface;
@@ -25,6 +28,8 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
@@ -60,6 +65,13 @@ final class UpdateReady extends FormBase {
@@ -75,14 +87,17 @@ final class UpdateReady extends FormBase {
@@ -102,7 +117,8 @@ final class UpdateReady extends FormBase {
@@ -196,11 +212,21 @@ final class UpdateReady extends FormBase {