
| Current Path : /var/www/html/stolberg/web/core/modules/field/tests/src/Traits/ |
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/html/stolberg/web/core/modules/field/tests/src/Traits/EntityReferenceTestTrait.php |
<?php
declare(strict_types=1);
namespace Drupal\Tests\field\Traits;
@trigger_error('The ' . __NAMESPACE__ . '\EntityReferenceTestTrait is deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. Instead, use \Drupal\Tests\field\Traits\EntityReferenceFieldCreationTrait. See https://www.drupal.org/node/3401941', E_USER_DEPRECATED);
/**
* Provides common functionality for the EntityReference test classes.
*
* @deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. Use
* \Drupal\Tests\field\Traits\EntityReferenceFieldCreationTrait instead.
*
* @see https://www.drupal.org/node/3401941
*/
trait EntityReferenceTestTrait {
use EntityReferenceFieldCreationTrait;
}