X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate_drupal%2Fsrc%2FMigrationCreationTrait.php;h=7894e91cbeb144afc72a1ffe829bf5804344541a;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=7fa44bb1ca74f721f83432b0444a761d8cd7e9d4;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/migrate_drupal/src/MigrationCreationTrait.php b/web/core/modules/migrate_drupal/src/MigrationCreationTrait.php index 7fa44bb1c..7894e91cb 100644 --- a/web/core/modules/migrate_drupal/src/MigrationCreationTrait.php +++ b/web/core/modules/migrate_drupal/src/MigrationCreationTrait.php @@ -2,10 +2,11 @@ namespace Drupal\migrate_drupal; - /** * @deprecated in Drupal 8.1.x, will be removed before Drupal 9.0.0. Use * \Drupal\migrate_drupal\MigrationConfigurationTrait instead. + * + * @see https://www.drupal.org/node/2873794 */ trait MigrationCreationTrait { use MigrationConfigurationTrait;