Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / link / src / Plugin / migrate / process / d6 / CckLink.php
index 2d1b77aa10650a1f329ac8064fdc53442aaceadf..d9dc70097d25b111c665d794c93aeba23a1cbf9b 100644 (file)
@@ -2,9 +2,9 @@
 
 namespace Drupal\link\Plugin\migrate\process\d6;
 
-@trigger_error('CckLink is deprecated in Drupal 8.3.x and will be removed before
-Drupal 9.0.x. Use \Drupal\link\Plugin\migrate\process\d6\FieldLink instead.',
-E_USER_DEPRECATED);
+use Drupal\link\Plugin\migrate\process\FieldLink;
+
+@trigger_error('CckLink is deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. Use \Drupal\link\Plugin\migrate\process\FieldLink instead.', E_USER_DEPRECATED);
 
 /**
  * @MigrateProcessPlugin(
@@ -12,6 +12,6 @@ E_USER_DEPRECATED);
  * )
  *
  * @deprecated in Drupal 8.3.x, to be removed before Drupal 9.0.x. Use
- * \Drupal\link\Plugin\migrate\process\d6\FieldLink instead.
+ * \Drupal\link\Plugin\migrate\process\FieldLink instead.
  */
-class CckLink extends FieldLink { }
+class CckLink extends FieldLink {}