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