Issue #3432595 follow-up by mikelutz: Use a tagged service iterator for uninstall validators instead of individual lazy proxies

merge-requests/8571/head
Alex Pott 2024-06-28 11:05:58 +03:00
parent d4483f5c41
commit 257fa315bc
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ interface ModuleInstallerInterface {
* @param \Drupal\Core\Extension\ModuleUninstallValidatorInterface $uninstall_validator * @param \Drupal\Core\Extension\ModuleUninstallValidatorInterface $uninstall_validator
* The uninstall validator to add. * 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. * the uninstall validators into the constructor instead.
* *
* @see https://www.drupal.org/node/3432595 * @see https://www.drupal.org/node/3432595