We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0172e8 commit 693a0a6Copy full SHA for 693a0a6
stubs/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.stub
@@ -8,7 +8,7 @@ use Drupal\Core\TypedData\OptionsProviderInterface;
8
9
/**
10
* @property string|integer $target_id
11
- * @property \Drupal\Core\Entity\EntityInterface $entity
+ * @property \Drupal\Core\Entity\EntityInterface|null $entity
12
*/
13
class EntityReferenceItem extends FieldItemBase implements OptionsProviderInterface, PreconfiguredFieldUiOptionsInterface {
14
}
0 commit comments