diff --git a/core/includes/common.inc b/core/includes/common.inc index f87c0617afa539e7b3f26144e1ca90455904b2e4..290e52c39ff3891017cf10657bd7a96765587350 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;