diff --git a/core/lib/Drupal/Core/Field/FieldTypePluginManager.php b/core/lib/Drupal/Core/Field/FieldTypePluginManager.php index f3f6fe0b52c788f334f6701042be482ad71ba1d6..228f3bb8d2c0d7a21a84436ffe45df230e58389a 100644 --- a/core/lib/Drupal/Core/Field/FieldTypePluginManager.php +++ b/core/lib/Drupal/Core/Field/FieldTypePluginManager.php @@ -101,7 +101,7 @@ public function processDefinition(&$definition, $plugin_id) { } if ($definition['category'] instanceof TranslatableMarkup) { - @trigger_error('Using a translatable string as a category for field type is deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. See https://www.drupal.org/node/3364271', E_USER_DEPRECATED); + @trigger_error('Using a translatable string as a category for field type is deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. See https://www.drupal.org/node/3375748', E_USER_DEPRECATED); $definition['category'] = FieldTypeCategoryManagerInterface::FALLBACK_CATEGORY; } elseif (empty($definition['category'])) {