4f: Enable autowiring

Enable autowiring so that the entity type manager is injected into the
ArticleRepository service.

This fails because the 'node' entity type doesn’t exist.
This commit is contained in:
Oliver Davies 2020-03-19 21:16:32 +00:00
parent dcace271a2
commit 016512bf1b

View file

@ -1,2 +1,6 @@
services:
Drupal\my_module\Repository\ArticleRepository: ~
Drupal\Core\Entity\EntityTypeManagerInterface:
alias: entity_type.manager
Drupal\my_module\Repository\ArticleRepository:
autowire: true