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.
2 parents 23defac + 7aa72da commit 64ff852Copy full SHA for 64ff852
stubs/Drupal/Core/Entity/FieldableEntityInterface.stub
@@ -31,12 +31,12 @@ interface FieldableEntityInterface extends EntityInterface {
31
public function toArray(): array;
32
33
/**
34
- * @return array<string, \Drupal\Core\Field\FieldItemListInterface>
+ * @return array<string, \Drupal\Core\Field\FieldItemListInterface<\Drupal\Core\Field\FieldItemInterface>>
35
*/
36
public function getFields(bool $include_computed = TRUE): array;
37
38
39
40
41
public function getTranslatableFields(bool $include_computed = TRUE): array;
42
}
0 commit comments