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 93e1184 commit 3171a52Copy full SHA for 3171a52
stubs/Drupal/file/FileInterface.stub
@@ -0,0 +1,9 @@
1
+<?php
2
+
3
+namespace Drupal\file;
4
5
+use Drupal\Core\Entity\EntityInterface;
6
7
+interface FileInterface extends EntityInterface {
8
9
+}
stubs/Drupal/file/Plugin/Field/FieldType/FileItem.stub
@@ -3,8 +3,10 @@
namespace Drupal\file\Plugin\Field\FieldType;
use Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem;
+use Drupal\file\FileInterface;
/**
+ * @extends EntityReferenceItem<FileInterface>
10
* @property bool $display
11
* @property string $description
12
*/
0 commit comments