From f5d1ca729b4d6c4fec17707402f182dfb20b27f1 Mon Sep 17 00:00:00 2001 From: catch <6915-catch@users.noreply.drupalcode.org> Date: Thu, 23 Jan 2025 13:47:08 +0000 Subject: [PATCH] Issue #3282744 by tr, smustgrave, ghost of drupal past, geek-merlin, nicxvan, danielveza: SAVED_DELETED is not used in D11, D10, D9, or D8 and should be removed --- core/includes/common.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/includes/common.inc b/core/includes/common.inc index f87c0617afa5..290e52c39ff3 100644 --- a/core/includes/common.inc +++ b/core/includes/common.inc @@ -55,6 +55,11 @@ /** * Return status for saving which deleted an existing item. + * + * @deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. + * There is no replacement. + * + * @see https://www.drupal.org/node/3328750 */ const SAVED_DELETED = 3; -- GitLab