Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / link / src / Plugin / migrate / process / d6 / CckLink.php
1 <?php
2
3 namespace Drupal\link\Plugin\migrate\process\d6;
4
5 use Drupal\link\Plugin\migrate\process\FieldLink;
6
7 @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);
8
9 /**
10  * @MigrateProcessPlugin(
11  *   id = "d6_cck_link"
12  * )
13  *
14  * @deprecated in Drupal 8.3.x, to be removed before Drupal 9.0.x. Use
15  * \Drupal\link\Plugin\migrate\process\FieldLink instead.
16  */
17 class CckLink extends FieldLink {}