Add missing use statement
Fixes #2 Co-authored-by: Andy Broomfield <talk@andybroomfield.com>
This commit is contained in:
parent
54d4e2d87e
commit
44b7fb9842
|
@ -718,6 +718,8 @@ injecting the `EntityTypeManager` and using it to return nodes from the
|
||||||
`getAll()` method rather than the empty array.
|
`getAll()` method rather than the empty array.
|
||||||
|
|
||||||
```diff
|
```diff
|
||||||
|
+ use Drupal\Core\Entity\EntityTypeManagerInterface;
|
||||||
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * @var \Drupal\Core\Entity\EntityStorageInterface
|
+ * @var \Drupal\Core\Entity\EntityStorageInterface
|
||||||
+ */
|
+ */
|
||||||
|
|
Loading…
Reference in a new issue