Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / file / src / Plugin / migrate / process / d6 / CckFile.php
1 <?php
2
3 namespace Drupal\file\Plugin\migrate\process\d6;
4
5 @trigger_error('CckFile is deprecated in Drupal 8.3.x and will be be removed before Drupal 9.0.x. Use \Drupal\file\Plugin\migrate\process\d6\FieldFile instead.', E_USER_DEPRECATED);
6
7 /**
8  * @MigrateProcessPlugin(
9  *   id = "d6_cck_file"
10  * )
11  *
12  *  @deprecated in Drupal 8.3.x, to be removed before Drupal 9.0.x. Use
13  * \Drupal\file\Plugin\migrate\process\d6\FieldFile instead.
14  *
15  * @see https://www.drupal.org/node/2751897
16  */
17 class CckFile extends FieldFile {}