NodeReference.php in Drupal 9
File
core/modules/migrate_drupal/src/Plugin/migrate/field/NodeReference.php
View source
<?php
namespace Drupal\migrate_drupal\Plugin\migrate\field;
@trigger_error('The ' . __NAMESPACE__ . '\\NodeReference is deprecated in drupal:9.1.0 and will be removed from drupal:10.0.0. Instead use \\Drupal\\migrate_drupal\\Plugin\\migrate\\field\\d6\\NodeReference. See https://www.drupal.org/node/3159537.', E_USER_DEPRECATED);
use Drupal\migrate_drupal\Plugin\migrate\field\d6\NodeReference as NonLegacyNodeReference;
class NodeReference extends NonLegacyNodeReference {
}