
| Current Path : /var/www/html1/bbp/web/core/modules/migrate_drupal/src/Plugin/migrate/field/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html1/bbp/web/core/modules/migrate_drupal/src/Plugin/migrate/field/NodeReference.php |
<?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;
/**
* @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use
* \Drupal\migrate_drupal\Plugin\migrate\field\d6\NodeReference instead.
*
* @see https://www.drupal.org/node/3159537
*/
class NodeReference extends NonLegacyNodeReference {
}