From 257fa315bc58d8f78d30153029f0837b0fa75753 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Fri, 28 Jun 2024 11:05:58 +0300 Subject: [PATCH] Issue #3432595 follow-up by mikelutz: Use a tagged service iterator for uninstall validators instead of individual lazy proxies --- core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php b/core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php index 1e90fa7fade..5a02bc444f5 100644 --- a/core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php +++ b/core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php @@ -78,7 +78,7 @@ interface ModuleInstallerInterface { * @param \Drupal\Core\Extension\ModuleUninstallValidatorInterface $uninstall_validator * The uninstall validator to add. * - * @deprecated in drupal:11.1.0 and is removed from drupal:11.1.0. Inject + * @deprecated in drupal:11.1.0 and is removed from drupal:12.0.0. Inject * the uninstall validators into the constructor instead. * * @see https://www.drupal.org/node/3432595