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 f29714c commit 494435fCopy full SHA for 494435f
stubs/Drupal/Core/Entity/FieldableEntityInterface.stub
@@ -4,6 +4,11 @@ namespace Drupal\Core\Entity;
4
5
interface FieldableEntityInterface extends EntityInterface {
6
7
+ /**
8
+ * @return \Drupal\Core\Field\FieldItemListInterface<\Drupal\Core\Field\FieldItemInterface>
9
+ */
10
+ public function get(string $field_name);
11
+
12
/**
13
* @return array<string, \Drupal\Core\Field\FieldDefinitionInterface>
14
*/
0 commit comments